diff --git a/lib/notifications/tasks.dart b/lib/notifications/tasks.dart index e450f9b..830c820 100644 --- a/lib/notifications/tasks.dart +++ b/lib/notifications/tasks.dart @@ -79,8 +79,7 @@ void callbackDispatcher() { } await FlutterLocalNotificationsPlugin().show( - Random().nextInt(10000000), // Can't use the post ID here because - // FreshRSS's IDs are too large + Random().nextInt(10000000), // Can't use the post ID here because FreshRSS's IDs are too large feed != null ? 'New post - ${feed.title}' : 'New post', item.title, NotificationDetails(