mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Should save enabled account/identity with error
This commit is contained in:
@@ -899,6 +899,8 @@ public class FragmentIdentity extends FragmentBase {
|
||||
return true;
|
||||
if (user_max_size != null && !Objects.equals(identity.max_size, user_max_size))
|
||||
return true;
|
||||
if (identity.error != null && identity.synchronize)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user