Changing things back to default

This commit is contained in:
LucasGGamerM 2022-12-16 10:13:26 -03:00
parent 13ecba40ae
commit 27dee7297b
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class MastodonLanguage {
.orElse(fallbackLanguage);
}
public MastodonLanguage getDefault(String accountID) {
public MastodonLanguage getDefault() {
return from(Locale.getDefault().getLanguage());
}
}