Set GMX keep alive interval to 9 minutes

This commit is contained in:
M66B
2019-07-08 10:21:27 +02:00
parent f0039c234a
commit 91a4f527ba
4 changed files with 7 additions and 0 deletions

View File

@@ -253,6 +253,7 @@ public class FragmentAccount extends FragmentBase {
etRealm.setText(null);
etName.setText(position > 1 ? provider.name : null);
etInterval.setText(provider.keepalive > 0 ? Integer.toString(provider.keepalive) : null);
grpFolders.setVisibility(View.GONE);
btnSave.setVisibility(View.GONE);