Fix push notification badge showing white box on Android

pull/228/head
Lim Chee Aun 2023-09-20 17:28:42 +08:00
rodzic c955427d8f
commit b3501d158f
3 zmienionych plików z 1 dodań i 1 usunięć

Plik binarny nie jest wyświetlany.

Plik binarny nie jest wyświetlany.

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 299 B

Wyświetl plik

@ -143,7 +143,7 @@ self.addEventListener('push', (event) => {
body,
icon,
dir: 'auto',
badge: '/logo-192.png',
badge: '/logo-badge-72.png',
lang: preferred_locale,
tag: notification_id,
timestamp: Date.now(),