瀏覽代碼

mobile(ios): fix warnings

Tienson Qin 3 年之前
父節點
當前提交
aa3b56bafc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ios/App/App/FolderPicker.swift

+ 1 - 1
ios/App/App/FolderPicker.swift

@@ -47,7 +47,7 @@ public class FolderPicker: CAPPlugin, UIDocumentPickerDelegate {
           }
           
           self._call?.resolve([
-            "path": items.first
+            "path": items.first as Any
           ])
       }
 }