···193193 weekdays: List<bool>.from(notificationItem['weekdays']),
194194 );
195195 // if the app was installed after nextDate, get skip over this date and get the next nextDate. This is for when you reinstall the app and get your old notifications loaded (e.g via google backup).
196196- if (installDate.millisecondsSinceEpoch > nextDate.millisecondsSinceEpoch) {
196196+ if (installDate.millisecondsSinceEpoch < nextDate.millisecondsSinceEpoch) {
197197 done = true;
198198 }
199199 }