Reduce blinking of notificationBar when other tabs update
This commit is contained in:
parent
06e47dea17
commit
bed17673a8
|
@ -31,7 +31,7 @@ export default class TabsBackground {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.main.onUpdatedRan = true;
|
this.main.onUpdatedRan = true;
|
||||||
await this.main.checkNotificationQueue();
|
await this.main.checkNotificationQueue(tab);
|
||||||
await this.main.refreshBadgeAndMenu();
|
await this.main.refreshBadgeAndMenu();
|
||||||
this.main.messagingService.send('tabUpdated');
|
this.main.messagingService.send('tabUpdated');
|
||||||
this.main.messagingService.send('tabChanged');
|
this.main.messagingService.send('tabChanged');
|
||||||
|
|
Loading…
Reference in New Issue