One swallow does not make a summer

This commit is contained in:
M66B
2020-04-01 08:57:27 +02:00
parent d878f76170
commit 4004f07e08
7 changed files with 2245 additions and 15 deletions

View File

@@ -1112,6 +1112,7 @@ public class FragmentAccount extends FragmentBase {
if (account.poll_interval != poll_interval) {
account.keep_alive_ok = false;
account.keep_alive_failed = 0;
account.keep_alive_succeeded = 0;
}
account.poll_interval = poll_interval;