mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-24 04:12:20 +08:00
fix, mobile, user state on start
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
ef9a2af5cf
commit
905b059a5a
@ -151,6 +151,7 @@ void runMobileApp() async {
|
||||
await initEnv(kAppTypeMain);
|
||||
if (isAndroid) androidChannelInit();
|
||||
platformFFI.syncAndroidServiceAppDirConfigPath();
|
||||
gFFI.userModel.refreshCurrentUser();
|
||||
runApp(App());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user