mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-10 04:52:38 +01:00
Update extensions
This commit is contained in:
parent
6b1b4c776d
commit
926d0a6e92
@ -301,8 +301,9 @@ class ImageActivity : KauBaseActivity() {
|
||||
return null
|
||||
}
|
||||
return when (type.substring(6)) {
|
||||
"jpeg", "jpg" -> ".jpg"
|
||||
"jpeg" -> ".jpg"
|
||||
"png" -> ".png"
|
||||
"gif" -> ".gif"
|
||||
else -> null
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user