Skip to content

Commit 9c730b8

Browse files
committed
adding an empty line
1 parent 7cbfb32 commit 9c730b8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/main/kotlin/com/simplemobiletools/filemanager/pro/adapters/ViewPagerAdapter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class ViewPagerAdapter(val activity: SimpleActivity, val tabsToShow: ArrayList<I
3030
} else {
3131
""
3232
}
33+
3334
val passedExtraMimeTypes = activity.intent.getStringArrayExtra(Intent.EXTRA_MIME_TYPES)
3435
val extraMimeTypes = if (isGetContentIntent && passedExtraMimeTypes != null) {
3536
passedExtraMimeTypes

0 commit comments

Comments
 (0)