diff --git a/ios/App/App.xcodeproj/xcshareddata/xcschemes/Logseq.xcscheme b/ios/App/App.xcodeproj/xcshareddata/xcschemes/Logseq.xcscheme new file mode 100644 index 000000000..ec4ec517f --- /dev/null +++ b/ios/App/App.xcodeproj/xcshareddata/xcschemes/Logseq.xcscheme @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/frontend/fs/sync.cljs b/src/main/frontend/fs/sync.cljs index 99482472a..9cff6d0c3 100644 --- a/src/main/frontend/fs/sync.cljs +++ b/src/main/frontend/fs/sync.cljs @@ -1952,6 +1952,7 @@ (def app-state-changed-cursor (rum/cursor state/state :mobile/app-state-change)) (add-watch app-state-changed-cursor "sync" (fn [_ _ _ {:keys [is-active?]}] + (prn "is-active? " is-active?) (offer! pause-resume-chan is-active?))) (def recent-edited-chan @@ -2645,7 +2646,7 @@ (.schedule this next-state nil nil))))) (pause [this] - (