An error is not a reason for save changes

pull/174/head
M66B 5 years ago
parent 870e87248d
commit 701725245a

@ -958,9 +958,6 @@ public class FragmentAccount extends FragmentBase {
if (!Objects.equals(account.move_to, move == null ? null : move.id)) if (!Objects.equals(account.move_to, move == null ? null : move.id))
return true; return true;
if (account.error != null)
return true;
return false; return false;
} }

@ -750,8 +750,6 @@ public class FragmentIdentity extends FragmentBase {
return true; return true;
if (!Objects.equals(identity.bcc, bcc)) if (!Objects.equals(identity.bcc, bcc))
return true; return true;
if (identity.error != null)
return true;
return false; return false;
} }

Loading…
Cancel
Save