Reload on account notify changed

This commit is contained in:
M66B 2019-03-10 07:29:24 +00:00
parent ba2342d45f
commit cf0bd7f1d0
1 changed files with 1 additions and 0 deletions

View File

@ -850,6 +850,7 @@ public class FragmentAccount extends FragmentBase {
boolean reload = (check || account == null ||
!Objects.equals(account.prefix, prefix) ||
account.synchronize != synchronize ||
account.notify != notify ||
!account.poll_interval.equals(Integer.parseInt(interval)));
Long last_connected = null;