mirror of
https://github.com/wgtunnel/android.git
synced 2026-07-03 14:07:49 +02:00
chore: bump deps
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ fun LanguageScreen() {
|
||||
remember(appState.locale, sortedLocales) {
|
||||
if (appState.locale == LocaleUtil.OPTION_PHONE_LANGUAGE) 0
|
||||
else {
|
||||
val selectedLocale = Locale.forLanguageTag(appState.locale)
|
||||
val selectedLocale = java.util.Locale.forLanguageTag(appState.locale)
|
||||
sortedLocales.indexOfFirst {
|
||||
it.toLanguageTag() == selectedLocale.toLanguageTag()
|
||||
} + 1
|
||||
|
||||
Reference in New Issue
Block a user