mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-26 07:32:08 +01:00
Allow multiple primary accounts
This commit is contained in:
@@ -551,7 +551,7 @@ public class FragmentIdentity extends FragmentEx {
|
||||
identity.error = null;
|
||||
|
||||
if (identity.primary)
|
||||
db.identity().resetPrimary();
|
||||
db.identity().resetPrimary(account);
|
||||
|
||||
if (update)
|
||||
db.identity().updateIdentity(identity);
|
||||
|
||||
Reference in New Issue
Block a user