Ignore IllformedLocaleException in DEBUG builds too
This commit is contained in:
parent
714f598df6
commit
bab3916e3f
@ -202,9 +202,11 @@ object VectorLocale {
|
||||
.setScript(script)
|
||||
.build()
|
||||
} catch (exception: IllformedLocaleException) {
|
||||
/*
|
||||
if (BuildConfig.DEBUG) {
|
||||
throw exception
|
||||
}
|
||||
*/
|
||||
// Ignore this locale in production
|
||||
null
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user