mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Removed reload from save identity
This commit is contained in:
@@ -624,7 +624,6 @@ public class FragmentIdentity extends FragmentBase {
|
||||
!user.equals(identity.user) || !password.equals(identity.password) ||
|
||||
!Objects.equals(realm, identityRealm) ||
|
||||
use_ip != identity.use_ip));
|
||||
boolean reload = (identity == null || identity.synchronize != synchronize || check);
|
||||
|
||||
Long last_connected = null;
|
||||
if (identity != null && synchronize == identity.synchronize)
|
||||
@@ -719,9 +718,6 @@ public class FragmentIdentity extends FragmentBase {
|
||||
db.endTransaction();
|
||||
}
|
||||
|
||||
if (reload)
|
||||
ServiceSynchronize.reload(context, "save identity");
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user