|
|
@ -625,7 +625,7 @@ public class FragmentAccount extends FragmentEx { |
|
|
|
if (TextUtils.isEmpty(password)) |
|
|
|
throw new Throwable(getContext().getString(R.string.title_no_password)); |
|
|
|
if (TextUtils.isEmpty(interval)) |
|
|
|
interval = "19"; |
|
|
|
interval = "12"; |
|
|
|
if (synchronize && drafts == null) |
|
|
|
throw new Throwable(getContext().getString(R.string.title_no_drafts)); |
|
|
|
|
|
|
|