Update SettingsFragment.kt

This commit is contained in:
Arjix 2021-10-25 16:49:17 +03:00 committed by GitHub
parent 6dbc5c29c6
commit f2f49e7f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +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"),
).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {