Update SettingsFragment.kt

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

View File

@ -30,6 +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"),
) // idk, if you find a way of automating this it would be great
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {