mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Ignore IllformedLocaleException in DEBUG builds too
This commit is contained in:
parent
714f598df6
commit
bab3916e3f
1 changed files with 2 additions and 0 deletions
|
@ -202,9 +202,11 @@ object VectorLocale {
|
|||
.setScript(script)
|
||||
.build()
|
||||
} catch (exception: IllformedLocaleException) {
|
||||
/*
|
||||
if (BuildConfig.DEBUG) {
|
||||
throw exception
|
||||
}
|
||||
*/
|
||||
// Ignore this locale in production
|
||||
null
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue