mirror of
https://github.com/BlueBubblesApp/bluebubbles-app.git
synced 2025-08-05 18:59:42 +08:00
Tweak chatmanager
This commit is contained in:
@ -20,7 +20,7 @@ backgroundIsolateEntrypoint() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
ls.isUiThread = false;
|
||||
await ss.init(headless: true);
|
||||
await fs.init();
|
||||
await fs.init(headless: true);
|
||||
await mcs.init(headless: true);
|
||||
debugPrint("Trying to attach to an existing ObjectBox store");
|
||||
try {
|
||||
|
Reference in New Issue
Block a user