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

@@ -1543,7 +1543,7 @@ public class FragmentCompose extends FragmentBase {
if (drafts == null)
drafts = db.folder().getPrimaryDrafts();
if (drafts == null)
throw new IllegalArgumentException(getString(R.string.title_no_primary_drafts));
throw new IllegalArgumentException(context.getString(R.string.title_no_primary_drafts));
String body = "";