[READ-ONLY] Mirror of https://github.com/probablykasper/notifier. Android app for scheduling notifications
android app flutter notifications
0

Configure Feed

Select the types of activity you want to include in your feed.

Updating notification item resets willDisable to false

Kasper (Jul 10, 2019, 11:09 PM +0200) 8a856343 30725ef4

+1
+1
lib/models/list.dart
··· 314 314 print('[notifier] ListModel update()'); 315 315 notificationItem['id'] = id; 316 316 notificationItem['status'] = 'enabled'; 317 + notificationItem['willDisable'] = false; 317 318 _notificationItems[id] = notificationItem; 318 319 319 320 List pastPendingNotifications =