Commit e420eb04 authored by 赵振东's avatar 赵振东

Merge branch 'v2-test' into 'v2-test'

feat: 修改重启应用的时间,开发遗留问题 See merge request project/gaohuaxue-mobile-app!102
parents a8c404b9 a25d07eb
......@@ -27,7 +27,7 @@ const SelectLanguage = ({ navigation }: { route: any; navigation: any }) => {
i18n.changeLanguage(lngs[currentIndex].code);
setTimeout(() => {
Restart.restart();
}, 1000);
}, 10);
};
const initLng = async () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment