We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a89cb4 + 3de4439 commit 937e2f7Copy full SHA for 937e2f7
android/src/main/kotlin/io/lakscastro/sharedstorage/saf/DocumentFileApi.kt
@@ -342,9 +342,9 @@ internal class DocumentFileApi(private val plugin: SharedStoragePlugin) :
342
)
343
344
pendingResult.second.success("$uri")
345
-
346
return true
347
}
+ pendingResult.second.success(null)
348
} finally {
349
pendingResults.remove(OPEN_DOCUMENT_TREE_CODE)
350
0 commit comments