fixed indentation

This commit is contained in:
Arjix 2021-12-08 23:37:51 +02:00 committed by GitHub
parent 1fa6d045e4
commit 3e3e5da2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -120,8 +120,8 @@ class SettingsFragment : PreferenceFragmentCompat() {
Triple("\ud83c\udde6\ud83c\uddf7", "Arabic", "ar"),// originally flag_lb \ud83c\uddf1\ud83c\udde7
Triple("\ud83c\uddf9\ud83c\uddf7", "Turkish", "tr"),
Triple("\ud83c\uddf2\ud83c\uddf0", "Macedonian", "mk"),
Triple("\ud83c\udde7\ud83c\uddf7", "Portuguese (Brazil)", "pt"),
Triple("\ud83c\uddf7\ud83c\uddf4", "Romanian", "ro"),
Triple("\ud83c\udde7\ud83c\uddf7", "Portuguese (Brazil)", "pt"),
Triple("\ud83c\uddf7\ud83c\uddf4", "Romanian", "ro"),
).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top
private fun showAccountSwitch(context: Context, api: AccountManager) {