Skip to content

Commit d73a1d2

Browse files
Update android/src/main/kotlin/com/mr/flutter/plugin/filepicker/FileUtils.kt
Co-authored-by: Navaron Bracke <[email protected]>
1 parent 629ba83 commit d73a1d2

File tree

1 file changed

+1
-1
lines changed
  • android/src/main/kotlin/com/mr/flutter/plugin/filepicker

1 file changed

+1
-1
lines changed

android/src/main/kotlin/com/mr/flutter/plugin/filepicker/FileUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ object FileUtils {
164164
type = this@startFileExplorer.type
165165
if (!allowedExtensions.isNullOrEmpty()) {
166166
putExtra(Intent.EXTRA_MIME_TYPES, allowedExtensions!!.toTypedArray())
167-
}else{
167+
} else {
168168
putExtra(Intent.EXTRA_MIME_TYPES, this@startFileExplorer.type)
169169
}
170170
putExtra(Intent.EXTRA_ALLOW_MULTIPLE, isMultipleSelection)

0 commit comments

Comments
 (0)