mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 18:06:32 +00:00
remove unnecessary icloud download function
This commit is contained in:
@@ -124,9 +124,7 @@
|
||||
*repo (atom nil)]
|
||||
;; TODO: add ext filter to avoid loading .git or other ignored file handlers
|
||||
(->
|
||||
(p/let [_ (when (mobile-util/native-ios?)
|
||||
(.downloadFilesFromiCloud mobile-util/download-icloud-files))
|
||||
result (fs/open-dir (fn [path handle]
|
||||
(p/let [result (fs/open-dir (fn [path handle]
|
||||
(when nfs?
|
||||
(swap! path-handles assoc path handle))))
|
||||
root-handle (first result)
|
||||
|
||||
Reference in New Issue
Block a user