fix:修复打开 App 设备列表有加载页

This commit is contained in:
anfe 2024-06-26 09:38:38 +08:00
parent 15f98ca9bd
commit 4765f36975
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver, BaseWidget {
// AppLog.log('App--->进入前台');
if (Get.isRegistered<LockMainLogic>()) {
//便 token
Get.find<LockMainLogic>().getStarLockInfo();
Get.find<LockMainLogic>().getStarLockInfo(isUnShowLoading: true);
}
break;
case AppLifecycleState.detached:

View File

@ -38,7 +38,7 @@ class AppUnlockNeedMobileNetworkingLockLogic extends BaseGetXController {
//--
if (Get.isRegistered<LockMainLogic>()) {
Get.find<LockMainLogic>().getStarLockInfo();
Get.find<LockMainLogic>().getStarLockInfo(isUnShowLoading: true);
}
}
}