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

@@ -137,7 +137,7 @@ public class FragmentAbout extends FragmentEx {
EntityFolder drafts = db.folder().getPrimaryDrafts();
if (drafts == null)
throw new IllegalArgumentException(context.getString(R.string.title_no_drafts));
throw new IllegalArgumentException(context.getString(R.string.title_no_primary_drafts));
draft = new EntityMessage();
draft.account = drafts.account;