diff --git a/.idea/misc.xml b/.idea/misc.xml index c0f68edd..99202cc2 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -25,7 +25,7 @@ - + diff --git a/app/src/main/java/eu/faircode/email/FragmentAccount.java b/app/src/main/java/eu/faircode/email/FragmentAccount.java index 44ab8115..1543132d 100644 --- a/app/src/main/java/eu/faircode/email/FragmentAccount.java +++ b/app/src/main/java/eu/faircode/email/FragmentAccount.java @@ -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)); diff --git a/app/src/main/res/layout/fragment_account.xml b/app/src/main/res/layout/fragment_account.xml index 30a45108..43996047 100644 --- a/app/src/main/res/layout/fragment_account.xml +++ b/app/src/main/res/layout/fragment_account.xml @@ -334,7 +334,7 @@ android:id="@+id/etInterval" android:layout_width="match_parent" android:layout_height="wrap_content" - android:hint="19" + android:hint="12" android:inputType="number" android:textAppearance="@style/TextAppearance.AppCompat.Medium" app:layout_constraintStart_toStartOf="parent"