mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37:16 +00:00
An error is not a reason for save changes
This commit is contained in:
parent
870e87248d
commit
701725245a
2 changed files with 0 additions and 5 deletions
|
@ -958,9 +958,6 @@ public class FragmentAccount extends FragmentBase {
|
|||
if (!Objects.equals(account.move_to, move == null ? null : move.id))
|
||||
return true;
|
||||
|
||||
if (account.error != null)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
@ -750,8 +750,6 @@ public class FragmentIdentity extends FragmentBase {
|
|||
return true;
|
||||
if (!Objects.equals(identity.bcc, bcc))
|
||||
return true;
|
||||
if (identity.error != null)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue