mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Reload on authentication type change
This commit is contained in:
@@ -569,6 +569,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
String identityRealm = (identity == null ? null : identity.realm);
|
||||
|
||||
boolean check = (synchronize && (identity == null ||
|
||||
auth_type != identity.auth_type ||
|
||||
!host.equals(identity.host) || Integer.parseInt(port) != identity.port ||
|
||||
!user.equals(identity.user) || !password.equals(identity.password) ||
|
||||
(realm == null ? identityRealm != null : !realm.equals(identityRealm))));
|
||||
|
||||
Reference in New Issue
Block a user