mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
add a couple more helper functions about files
This commit is contained in:
@ -44,6 +44,10 @@ class PropertiesDialog : DialogFragment() {
|
||||
properties_resolution_label.visibility = View.VISIBLE
|
||||
properties_resolution.visibility = View.VISIBLE
|
||||
properties_resolution.text = mItem.resolution
|
||||
} else if (mItem.isAudio(context)) {
|
||||
|
||||
} else if (mItem.isVideo(context)) {
|
||||
|
||||
}
|
||||
|
||||
val file = File(mItem.path)
|
||||
|
Reference in New Issue
Block a user