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.
1 parent e253de6 commit bf06b63Copy full SHA for bf06b63
1 file changed
android/src/main/kotlin/io/lakscastro/sharedstorage/storageaccessframework/DocumentFileApi.kt
@@ -418,7 +418,6 @@ internal class DocumentFileApi(private val plugin: SharedStoragePlugin) :
418
*
419
* Useful to read files under a `uri` with a large set of children
420
*/
421
- @RequiresApi(Build.VERSION_CODES.LOLLIPOP)
422
private fun listFilesEvent(eventSink: EventChannel.EventSink?, args: Map<*, *>) {
423
if (eventSink == null) return
424
0 commit comments