adding an empty line
This commit is contained in:
parent
7cbfb320a6
commit
9c730b8718
|
@ -30,6 +30,7 @@ class ViewPagerAdapter(val activity: SimpleActivity, val tabsToShow: ArrayList<I
|
|||
} else {
|
||||
""
|
||||
}
|
||||
|
||||
val passedExtraMimeTypes = activity.intent.getStringArrayExtra(Intent.EXTRA_MIME_TYPES)
|
||||
val extraMimeTypes = if (isGetContentIntent && passedExtraMimeTypes != null) {
|
||||
passedExtraMimeTypes
|
||||
|
|
Loading…
Reference in New Issue