Merge pull request #4750 from dignow/fix/login_state

fix, mobile, user state on start
This commit is contained in:
RustDesk 2023-06-23 18:30:49 +08:00 committed by GitHub
commit 21d137f93c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,6 +151,7 @@ void runMobileApp() async {
await initEnv(kAppTypeMain);
if (isAndroid) androidChannelInit();
platformFFI.syncAndroidServiceAppDirConfigPath();
gFFI.userModel.refreshCurrentUser();
runApp(App());
}