mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Enable on reauth
This commit is contained in:
@@ -529,6 +529,7 @@ public class FragmentGmail extends FragmentBase {
|
||||
} else {
|
||||
args.putLong("account", update.id);
|
||||
EntityLog.log(context, "Gmail update account=" + update.name);
|
||||
db.account().setAccountSynchronize(update.id, true);
|
||||
db.account().setAccountPassword(update.id, password);
|
||||
db.identity().setIdentityPassword(update.id, update.user, password, update.auth_type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user