mirror of
https://github.com/SimpleMobileTools/Simple-File-Manager.git
synced 2025-06-05 22:09:15 +02:00
rename resolution to imageResolution
This commit is contained in:
@ -59,7 +59,7 @@ class FileDirItem(val path: String, val name: String, val isDirectory: Boolean,
|
||||
return getFormattedDuration((timeInMillisec / 1000).toInt())
|
||||
}
|
||||
|
||||
val resolution: String
|
||||
val imageResolution: String
|
||||
get () {
|
||||
val bitmap: Bitmap? = BitmapFactory.decodeFile(path)
|
||||
if (bitmap == null)
|
||||
|
Reference in New Issue
Block a user