Update overlay on account switch (#7217)

This commit is contained in:
Matt Gibson 2023-12-14 11:08:01 -05:00 committed by GitHub
parent 7abbe0dafd
commit 00fd45a678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -854,6 +854,7 @@ export default class MainBackground {
await this.stateService.setRememberedEmail(null);
await this.refreshBadge();
await this.refreshMenu();
await this.overlayBackground.updateOverlayCiphers();
return;
}
@ -873,6 +874,7 @@ export default class MainBackground {
this.messagingService.send("unlocked", { userId: userId });
await this.refreshBadge();
await this.refreshMenu();
await this.overlayBackground.updateOverlayCiphers();
await this.syncService.fullSync(false);
}
} finally {