🛠️ Support ".gif" for Images
* Added support for ".gif" (without animation)
This commit is contained in:
parent
7ac83f933d
commit
804c7d24a9
1 changed files with 2 additions and 1 deletions
|
|
@ -19,5 +19,6 @@ fun Constants.provideExtensions() = listOf(
|
|||
fun Constants.provideImageExtensions() = listOf(
|
||||
".png",
|
||||
".jpg",
|
||||
".jpeg"
|
||||
".jpeg",
|
||||
".gif"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue