Skip to content

Commit

Permalink
🐛 Fix incorrect notification ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ElforL committed Mar 14, 2021
1 parent 2771146 commit f78382b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/UserServices.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ class UserServices {
matchDateTimeComponents: DateTimeComponents.dayOfWeekAndTime,
uiLocalNotificationDateInterpretation: UILocalNotificationDateInterpretation.absoluteTime,
);
return ++i;
}
return ++i;
}

tz.TZDateTime _getNextDateOfLec(Lecture lecture) {
Expand Down

0 comments on commit f78382b

Please sign in to comment.