1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

Reduce blinking of notificationBar when other tabs update

This commit is contained in:
Daniel James Smith
2021-10-18 18:03:46 +02:00
parent 06e47dea17
commit bed17673a8

View File

@@ -31,7 +31,7 @@ export default class TabsBackground {
return;
}
this.main.onUpdatedRan = true;
await this.main.checkNotificationQueue();
await this.main.checkNotificationQueue(tab);
await this.main.refreshBadgeAndMenu();
this.main.messagingService.send('tabUpdated');
this.main.messagingService.send('tabChanged');