add .apng to the list of supported files
This commit is contained in:
parent
203ed6018e
commit
d6f709873e
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ const val TAB_GROUPS = 8
|
|||
const val TAB_FILES = 16
|
||||
const val TAB_RECENT_FILES = 32
|
||||
|
||||
val photoExtensions: Array<String> get() = arrayOf(".jpg", ".png", ".jpeg", ".bmp", ".webp", ".heic", ".heif")
|
||||
val photoExtensions: Array<String> get() = arrayOf(".jpg", ".png", ".jpeg", ".bmp", ".webp", ".heic", ".heif", ".apng")
|
||||
val videoExtensions: Array<String> get() = arrayOf(".mp4", ".mkv", ".webm", ".avi", ".3gp", ".mov", ".m4v", ".3gpp")
|
||||
val audioExtensions: Array<String> get() = arrayOf(".mp3", ".wav", ".wma", ".ogg", ".m4a", ".opus", ".flac", ".aac")
|
||||
val rawExtensions: Array<String> get() = arrayOf(".dng", ".orf", ".nef", ".arw", ".rw2", ".cr2", ".cr3")
|
||||
|
|
Loading…
Reference in a new issue