Small improvements

This commit is contained in:
M66B
2019-02-04 16:10:30 +00:00
parent 783bdd68ed
commit 0f8e958935
4 changed files with 6 additions and 6 deletions

View File

@@ -635,7 +635,7 @@ public class FragmentAccount extends FragmentBase {
}
if (!inbox)
throw new IllegalArgumentException(getString(R.string.title_no_inbox));
throw new IllegalArgumentException(context.getString(R.string.title_no_inbox));
if (!archive && altArchive != null)
altArchive.type = EntityFolder.ARCHIVE;
if (!drafts && altDrafts != null)