mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Cache identities for contact info update
This commit is contained in:
@@ -990,6 +990,8 @@ public class FragmentIdentity extends FragmentBase {
|
||||
db.endTransaction();
|
||||
}
|
||||
|
||||
ContactInfo.clearIdentities();
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -1374,6 +1376,8 @@ public class FragmentIdentity extends FragmentBase {
|
||||
DB db = DB.getInstance(context);
|
||||
db.identity().deleteIdentity(id);
|
||||
|
||||
ContactInfo.clearIdentities();
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user