Try (?) to fix Hive-init error on receiving multiple parallel messages

This commit is contained in:
2025-05-23 21:38:56 +02:00
parent faa624e9f8
commit 3ae2742033
7 changed files with 333 additions and 270 deletions

View File

@@ -18,6 +18,9 @@ class Globals {
bool _initialized = false;
bool appWidgetInitialized = false;
bool hiveInitialized = false;
bool hiveAdaptersRegistered = false;
bool hiveBoxesOpened = false;
String appName = '';
String packageName = '';