mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
adding an empty line
This commit is contained in:
@ -30,6 +30,7 @@ class ViewPagerAdapter(val activity: SimpleActivity, val tabsToShow: ArrayList<I
|
|||||||
} else {
|
} else {
|
||||||
""
|
""
|
||||||
}
|
}
|
||||||
|
|
||||||
val passedExtraMimeTypes = activity.intent.getStringArrayExtra(Intent.EXTRA_MIME_TYPES)
|
val passedExtraMimeTypes = activity.intent.getStringArrayExtra(Intent.EXTRA_MIME_TYPES)
|
||||||
val extraMimeTypes = if (isGetContentIntent && passedExtraMimeTypes != null) {
|
val extraMimeTypes = if (isGetContentIntent && passedExtraMimeTypes != null) {
|
||||||
passedExtraMimeTypes
|
passedExtraMimeTypes
|
||||||
|
Reference in New Issue
Block a user