mobile: fix boot task

This commit is contained in:
Ammar Ahmed
2024-08-27 16:50:44 +05:00
parent 7e43c3b373
commit e52e74523a

View File

@@ -142,6 +142,7 @@ const onBoot = async () => {
DatabaseLogger.info("BOOT TASK STARTED");
if (!db.isInitialized) {
await setupDatabase();
await db.init();
}