mobile(ios): fix warnings

pull/3360/head
Tienson Qin 2021-11-29 13:51:31 +08:00
parent 923640edde
commit aa3b56bafc
1 changed files with 1 additions and 1 deletions

View File

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