mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
update kotlin to 1.0.5-2
This commit is contained in:
@ -169,7 +169,7 @@ class ItemsFragment : android.support.v4.app.Fragment(), ItemsAdapter.ItemOperat
|
||||
return mimeType
|
||||
|
||||
val type = mimeType.substring(0, mimeType.indexOf("/"))
|
||||
return type + "/*"
|
||||
return "$type/*"
|
||||
}
|
||||
|
||||
override fun prepareForDeleting(paths: ArrayList<String>) {
|
||||
|
Reference in New Issue
Block a user