浏览代码

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
           ])
       }
 }