diff --git a/vector/src/main/java/im/vector/app/features/settings/VectorLocale.kt b/vector/src/main/java/im/vector/app/features/settings/VectorLocale.kt index cff4ca0cb9..7d67946385 100644 --- a/vector/src/main/java/im/vector/app/features/settings/VectorLocale.kt +++ b/vector/src/main/java/im/vector/app/features/settings/VectorLocale.kt @@ -174,7 +174,8 @@ object VectorLocale { .build() } catch (exception: IllformedLocaleException) { if (BuildConfig.DEBUG) { - throw exception + //throw exception + exception.printStackTrace() } // Ignore this locale in production null