mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Cloud sync: last modification improvements
This commit is contained in:
@@ -1018,7 +1018,6 @@ public class FragmentIdentity extends FragmentBase {
|
||||
identity.error = null;
|
||||
identity.last_connected = last_connected;
|
||||
identity.max_size = (user_max_size == null ? server_max_size : user_max_size);
|
||||
identity.last_modified = new Date().getTime();
|
||||
|
||||
if (identity.primary)
|
||||
db.identity().resetPrimary(account);
|
||||
|
||||
Reference in New Issue
Block a user