temp console log for mobile debug
This commit is contained in:
parent
38b6f0a013
commit
1931e7c3ba
@ -90,10 +90,12 @@ export const unseenNotificationsFromStore = store => {
|
|||||||
export const prepareNotificationObject = (notification, i18n) => {
|
export const prepareNotificationObject = (notification, i18n) => {
|
||||||
if (cachedBadgeUrl === null) {
|
if (cachedBadgeUrl === null) {
|
||||||
const favicon = FaviconService.getOriginalFavicons()[0]
|
const favicon = FaviconService.getOriginalFavicons()[0]
|
||||||
|
console.log('TEST FAVICON', favicon)
|
||||||
if (!favicon) {
|
if (!favicon) {
|
||||||
cachedBadgeUrl = 'about:blank'
|
cachedBadgeUrl = 'about:blank'
|
||||||
} else {
|
} else {
|
||||||
cachedBadgeUrl = favicon.favimg.href
|
cachedBadgeUrl = favicon.favimg.href
|
||||||
|
console.log('TEST FAVICON', cachedBadgeUrl)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user