mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Show send state/errors
This commit is contained in:
@@ -276,6 +276,9 @@ public class FragmentIdentity extends FragmentEx {
|
||||
identity.synchronize = synchronize;
|
||||
identity.primary = (identity.synchronize && args.getBoolean("primary"));
|
||||
|
||||
if (!identity.synchronize)
|
||||
identity.error = null;
|
||||
|
||||
if (identity.primary)
|
||||
db.identity().resetPrimary();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user