Merge branch 'devel' into next
This commit is contained in:
@@ -23,7 +23,7 @@ class ImageFileFilter : FilenameFilter, FileFilter {
|
||||
return isExtensionValid(ext)
|
||||
}
|
||||
|
||||
private fun isExtensionValid(ext: String): Boolean {
|
||||
fun isExtensionValid(ext: String): Boolean {
|
||||
return ext == "png" || ext == "jpg" || ext == "jpeg" || ext == "webp"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user