Fix Tab destroy error

This commit is contained in:
chen08209
2024-05-06 19:03:49 +08:00
parent 9f89fe8b29
commit fd1dfe5c60
6 changed files with 19 additions and 26 deletions

View File

@@ -23,6 +23,7 @@ class GlobalState {
List<Function> updateFunctionLists = [];
List<NavigationItem> currentNavigationItems = [];
bool updatePackagesLock = false;
bool healthcheckLock = false;
startListenUpdate() {
if (timer != null && timer!.isActive == true) return;