fix app scheme

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-28 18:03:36 +08:00
parent 62048992be
commit e3e423f9b1
2 changed files with 3 additions and 2 deletions

View File

@@ -49,6 +49,9 @@ class _MainAppState extends PopScopeState<MainApp>
trayManager.addListener(this);
_handleTray();
}
} else {
// FlutterSmartDialog throws
PiliScheme.init();
}
}