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(
|
await FlutterLocalNotificationsPlugin().show(
|
||||||
Random().nextInt(10000000), // Can't use the post ID here because
|
Random().nextInt(10000000), // Can't use the post ID here because FreshRSS's IDs are too large
|
||||||
// FreshRSS's IDs are too large
|
|
||||||
feed != null ? 'New post - ${feed.title}' : 'New post',
|
feed != null ? 'New post - ${feed.title}' : 'New post',
|
||||||
item.title,
|
item.title,
|
||||||
NotificationDetails(
|
NotificationDetails(
|
||||||
|
|
Loading…
Reference in a new issue