Skip to content

Commit

Permalink
Added default behavior for language, definitely fixing crash
Browse files Browse the repository at this point in the history
  • Loading branch information
lubenard committed Apr 6, 2022
1 parent 48c9e7b commit 1d80801
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public static void applyLanguage(Context context, String newValue) {
setAppLocale(context,"de");
break;
case "system":
default:
setAppLocale(context, Resources.getSystem().getConfiguration().locale.getLanguage());
break;
}
Expand Down

0 comments on commit 1d80801

Please sign in to comment.