| Index: lib/notificationHelper.js |
| =================================================================== |
| --- a/lib/notificationHelper.js |
| +++ b/lib/notificationHelper.js |
| @@ -40,7 +40,8 @@ |
| function prepareNotificationIconAndPopup() |
| { |
| - let animateIcon = shouldDisplay("icon", activeNotification.type); |
| + let animateIcon = !(activeNotification.urlFilters instanceof Array) && |
|
kzar
2018/11/20 20:20:42
Nit: I figure we could just check that `urlFilters
Thomas Greiner
2018/11/21 11:55:58
You're probably right. Given that this data is com
|
| + shouldDisplay("icon", activeNotification.type); |
| activeNotification.onClicked = () => |
| { |
| if (animateIcon) |