mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Reload on authentication type change
This commit is contained in:
@@ -827,6 +827,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
String accountRealm = (account == null ? null : account.realm);
|
||||
|
||||
boolean check = (synchronize && (account == null ||
|
||||
auth_type != account.auth_type ||
|
||||
!host.equals(account.host) || Integer.parseInt(port) != account.port ||
|
||||
!user.equals(account.user) || !password.equals(account.password) ||
|
||||
(realm == null ? accountRealm != null : !realm.equals(accountRealm))));
|
||||
|
||||
Reference in New Issue
Block a user