mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Made selecting a trash folder mandatory
This commit is contained in:
@@ -850,7 +850,7 @@ public class FragmentCompose extends FragmentEx {
|
||||
if (drafts == null)
|
||||
drafts = db.folder().getPrimaryDrafts();
|
||||
if (drafts == null)
|
||||
throw new IllegalArgumentException(getString(R.string.title_no_drafts));
|
||||
throw new IllegalArgumentException(getString(R.string.title_no_primary_drafts));
|
||||
|
||||
String body = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user