mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
An error is not a reason for save changes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user