Update SettingsFragment.kt

This commit is contained in:
monke 2021-09-06 15:52:06 +05:30 committed by GitHub
parent f12135c909
commit 2306dafa3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class SettingsFragment : PreferenceFragmentCompat() {
Triple("\uD83C\uDDF8\uD83C\uDDEA", "Swedish", "sv"),
Triple("\uD83C\uDDF5\uD83C\uDDED", "Tagalog", "tl"),
Triple("\uD83C\uDDF5\uD83C\uDDF1", "Polish", "pl"),
Triple("\uD83C\uDDF5\uD83C\uDDF2", "Hindi", "hi"),
Triple("\uD83C\uDDEE\uD83C\uDDF3", "Hindi", "hi"),
) // idk, if you find a way of automating this it would be great
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {