minor fix with channel id (needs testing)

This commit is contained in:
Matthew Fosse 2024-09-11 12:36:16 -07:00
parent 180b967c18
commit 9c91f66ef4

View file

@ -186,7 +186,7 @@ Future<void> onStart(ServiceInstance service) async {
String title = "${wallet.type} - ${wallet.name} - ${syncProgress}% Synced"; String title = "${wallet.type} - ${wallet.name} - ${syncProgress}% Synced";
flutterLocalNotificationsPlugin.show( flutterLocalNotificationsPlugin.show(
notificationId, notificationId + i,
title, title,
'Background sync - ${DateTime.now()}', 'Background sync - ${DateTime.now()}',
NotificationDetails( NotificationDetails(