Made selecting a trash folder mandatory

This commit is contained in:
M66B
2018-10-22 13:01:49 +00:00
parent c8dd2c0bda
commit 6cdce79221
42 changed files with 176 additions and 172 deletions

View File

@@ -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 = "";