mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
chore: remove @logseq/capacitor-file-sync and capacitor fs
This commit is contained in:
@@ -218,10 +218,6 @@
|
||||
:mobile/show-toolbar? false
|
||||
:mobile/show-recording-bar? false
|
||||
:mobile/show-tabbar? false
|
||||
;;; Used to monitor mobile app status,
|
||||
;;; value spec:
|
||||
;;; {:is-active? bool, :timestamp int}
|
||||
:mobile/app-state-change (atom nil)
|
||||
|
||||
;; plugin
|
||||
:plugin/enabled (and util/plugin-platform?
|
||||
@@ -2228,12 +2224,6 @@ Similar to re-frame subscriptions"
|
||||
(every? not-empty (vals agent-opts)))
|
||||
(str protocol "://" host ":" port))))
|
||||
|
||||
(defn set-mobile-app-state-change
|
||||
[is-active?]
|
||||
(set-state! :mobile/app-state-change
|
||||
{:is-active? is-active?
|
||||
:timestamp (inst-ms (js/Date.))}))
|
||||
|
||||
(defn get-sync-graph-by-id
|
||||
[graph-uuid]
|
||||
(when graph-uuid
|
||||
|
||||
Reference in New Issue
Block a user