fixed some activities where the wrong languages would be set

This commit is contained in:
bopol 2020-01-10 15:50:15 +01:00
parent b32935a1b0
commit 8f46432391
8 changed files with 21 additions and 8 deletions

View file

@ -209,10 +209,6 @@ public class Localization {
}
private static PrettyTime getPrettyTime() {
// If pretty time's Locale is different, init again with the new one.
// if (!prettyTime.getLocale().equals(Locale.getDefault())) {
// initPrettyTime();
// }
return prettyTime;
}