dart's formatter keeps breaking my stuff
This commit is contained in:
parent
26e6e0721a
commit
15d48b6d36
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue