From 58aa2e5ee4fa220279fc02a0666608c80fadc78a Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 13 Aug 2021 08:27:38 +0300 Subject: [PATCH] add a comment --- background/icon-manager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/background/icon-manager.js b/background/icon-manager.js index c52db3c9..0db808b2 100644 --- a/background/icon-manager.js +++ b/background/icon-manager.js @@ -11,6 +11,7 @@ const iconMan = (() => { const staleBadges = new Set(); const imageDataCache = new Map(); const badgeOvr = {color: '', text: ''}; + // Fenix currently doesn't seems to correctly use custom ImageData const FIREFOX_ANDROID = FIREFOX && navigator.userAgent.includes('Android'); // https://github.com/openstyles/stylus/issues/335