fix(mobile): reload the app if db worker closed

This commit is contained in:
Tienson Qin
2025-09-03 16:36:39 +08:00
parent a81274cd0d
commit 43e7eda18d
8 changed files with 61 additions and 37 deletions

View File

@@ -33,6 +33,7 @@
(defonce *profile-state (volatile! {}))
(defonce *db-worker (atom nil))
(defonce *db-worker-client-id (atom nil))
(defonce *editor-info (atom nil))
(def db-worker-ready-flow