Tweak chatmanager

This commit is contained in:
Tanay Neotia
2022-10-30 10:49:23 -04:00
parent 578bd8183b
commit 3a43f79b4d
24 changed files with 98 additions and 143 deletions

View File

@ -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 {