diff --git a/browser/base/content/browser-siteProtections.js b/browser/base/content/browser-siteProtections.js index fb24468f1a6d..eaac817da53c 100644 --- a/browser/base/content/browser-siteProtections.js +++ b/browser/base/content/browser-siteProtections.js @@ -1877,6 +1877,12 @@ var gProtectionsHandler = { ); } + // Show the blocked tracker counter if it is not updating. We can sure the + // data in the tracker counter is up-to-date here, so we can show it. + if (!this._updatingFooter) { + this._protectionsPopupTrackersCounterBox.toggleAttribute("showing", true); + } + // Update the tooltip of the blocked tracker counter. this.maybeUpdateEarliestRecordedDateTooltip(); },