fixed some activities where the wrong languages would be set
This commit is contained in:
parent
b32935a1b0
commit
8f46432391
8 changed files with 21 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue