Disables the forced Locale to English due to i18n for Arabic

This commit is contained in:
Vitor Pamplona 2023-03-01 10:04:08 -05:00
parent 01b8b2a5fa
commit 51ce424352

View File

@ -62,8 +62,6 @@ class MainActivity : ComponentActivity() {
}
Client.lenient = true
Locale.setDefault(Locale.ENGLISH)
}
override fun onResume() {