mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 23:50:58 +01:00
Default keep alive each 19 minutes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user