mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Small improvements
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user