Reload on account notify changed

pull/153/head
M66B 6 years ago
parent ba2342d45f
commit cf0bd7f1d0

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

Loading…
Cancel
Save