add a couple more helper functions about files

This commit is contained in:
tibbi
2016-10-16 17:32:48 +02:00
parent 61dee85c0d
commit 6aaca003a9
2 changed files with 51 additions and 0 deletions

View File

@ -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)