updated notification logo

This commit is contained in:
Benimautner 2023-01-07 15:26:15 +01:00
parent ad43224bd6
commit 40fb339a59
6 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 745 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1019 B

View File

@ -92,14 +92,14 @@ class VikunjaGlobalState extends State<VikunjaGlobal> {
"Vikunja1",
"Due Date Notifications",
channelDescription: "description",
icon: 'ic_launcher_foreground',
icon: 'vikunja_notification_logo',
importance: notifs.Importance.high
);
var androidSpecificsReminders = notifs.AndroidNotificationDetails(
"Vikunja2",
"Reminder Notifications",
channelDescription: "description",
icon: 'ic_launcher_foreground',
icon: 'vikunja_notification_logo',
importance: notifs.Importance.high
);
late notifs.IOSNotificationDetails iOSSpecifics;