remove unnecessary icloud download function

This commit is contained in:
leizhe
2022-01-21 10:23:59 +08:00
committed by Andelf
parent ace96eb48a
commit 170b2e6f93

View File

@@ -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)