mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Fixed crash
This commit is contained in:
@@ -1041,7 +1041,7 @@ public class FragmentIdentity extends FragmentBase {
|
||||
tilPassword.setEnabled(false);
|
||||
}
|
||||
|
||||
if (identity == null && identity.auth_type != MailService.AUTH_TYPE_GMAIL)
|
||||
if (identity == null || identity.auth_type != MailService.AUTH_TYPE_GMAIL)
|
||||
Helper.hide(btnOAuth);
|
||||
|
||||
cbPrimary.setEnabled(cbSynchronize.isChecked());
|
||||
|
||||
Reference in New Issue
Block a user