Default keep alive each 19 minutes

This commit is contained in:
M66B
2018-10-23 08:07:31 +00:00
parent 049f080d37
commit 645e5f2d91
2 changed files with 2 additions and 2 deletions

View File

@@ -654,7 +654,7 @@ public class FragmentAccount extends FragmentEx {
if (TextUtils.isEmpty(password) && !insecure)
throw new Throwable(getContext().getString(R.string.title_no_password));
if (TextUtils.isEmpty(interval))
interval = "9";
interval = "19";
if (synchronize && drafts == null)
throw new Throwable(getContext().getString(R.string.title_no_drafts));
if (Color.TRANSPARENT == color)