Changing things back to default
This commit is contained in:
parent
13ecba40ae
commit
27dee7297b
|
@ -94,7 +94,7 @@ public class MastodonLanguage {
|
||||||
.orElse(fallbackLanguage);
|
.orElse(fallbackLanguage);
|
||||||
}
|
}
|
||||||
|
|
||||||
public MastodonLanguage getDefault(String accountID) {
|
public MastodonLanguage getDefault() {
|
||||||
return from(Locale.getDefault().getLanguage());
|
return from(Locale.getDefault().getLanguage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue