Revert "Fix/mobile connection login state"

This commit is contained in:
RustDesk 2023-06-23 18:25:42 +08:00 committed by GitHub
parent 74dc8536be
commit e30f09e7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 122 additions and 170 deletions

View file

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