mirror of https://github.com/M66B/FairEmail.git
Reload on account notify changed
This commit is contained in:
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…
Reference in New Issue