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";
flutterLocalNotificationsPlugin.show(
notificationId,
notificationId + i,
title,
'Background sync - ${DateTime.now()}',
NotificationDetails(