Revert "Increase default keep alive interval to 19 minutes"

This reverts commit 362f025267.
This commit is contained in:
M66B 2018-10-10 16:15:53 +00:00
parent 362f025267
commit 5466e06b07
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
</value>
</option>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@ -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));

View File

@ -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"