Drop drafts folder requirement

This commit is contained in:
M66B
2019-02-02 20:12:17 +00:00
parent f6a2d3c59c
commit 750bf3299f
3 changed files with 13 additions and 5 deletions

View File

@@ -807,8 +807,6 @@ public class FragmentAccount extends FragmentBase {
throw new IllegalArgumentException(context.getString(R.string.title_no_password));
if (TextUtils.isEmpty(interval))
interval = "19";
if (synchronize && drafts == null)
throw new IllegalArgumentException(context.getString(R.string.title_no_drafts));
if (TextUtils.isEmpty(realm))
realm = null;