forked from recloudstream/cloudstream
fixed indentation
This commit is contained in:
parent
1fa6d045e4
commit
3e3e5da2f4
1 changed files with 2 additions and 2 deletions
|
@ -120,8 +120,8 @@ class SettingsFragment : PreferenceFragmentCompat() {
|
||||||
Triple("\ud83c\udde6\ud83c\uddf7", "Arabic", "ar"),// originally flag_lb \ud83c\uddf1\ud83c\udde7
|
Triple("\ud83c\udde6\ud83c\uddf7", "Arabic", "ar"),// originally flag_lb \ud83c\uddf1\ud83c\udde7
|
||||||
Triple("\ud83c\uddf9\ud83c\uddf7", "Turkish", "tr"),
|
Triple("\ud83c\uddf9\ud83c\uddf7", "Turkish", "tr"),
|
||||||
Triple("\ud83c\uddf2\ud83c\uddf0", "Macedonian", "mk"),
|
Triple("\ud83c\uddf2\ud83c\uddf0", "Macedonian", "mk"),
|
||||||
Triple("\ud83c\udde7\ud83c\uddf7", "Portuguese (Brazil)", "pt"),
|
Triple("\ud83c\udde7\ud83c\uddf7", "Portuguese (Brazil)", "pt"),
|
||||||
Triple("\ud83c\uddf7\ud83c\uddf4", "Romanian", "ro"),
|
Triple("\ud83c\uddf7\ud83c\uddf4", "Romanian", "ro"),
|
||||||
).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top
|
).sortedBy { it.second } //ye, we go alphabetical, so ppl don't put their lang on top
|
||||||
|
|
||||||
private fun showAccountSwitch(context: Context, api: AccountManager) {
|
private fun showAccountSwitch(context: Context, api: AccountManager) {
|
||||||
|
|
Loading…
Reference in a new issue