forked from recloudstream/cloudstream
Update SettingsFragment.kt
This commit is contained in:
parent
f2f49e7f71
commit
802c27df1d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
|
|||
Triple("\uD83C\uDDEE\uD83C\uDDF3", "Malayalam", "ml"),
|
||||
Triple("\uD83C\uDDF3\uD83C\uDDF4", "Norsk", "no"),
|
||||
Triple("\ud83c\udde9\ud83c\uddea", "German", "de"),
|
||||
Triple("🇦🇪", "Arabic", "ar"),
|
||||
Triple("🇱🇧", "Arabic", "ar"),
|
||||
).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top
|
||||
|
||||
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {
|
||||
|
|
Loading…
Reference in a new issue