mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-19 01:04:43 +00:00
minor fix with channel id (needs testing)
This commit is contained in:
parent
180b967c18
commit
9c91f66ef4
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue