Commit dd71cac
authored
[flutter_local_notifications] fixed issue with null schedule mode where recurring notifications would fail to be scheduled as a result (#2041)
* fixed issue with null schedule mode
* Google Java Format
* added more details on explanation of how null schedule mode occurred
---------
Co-authored-by: github-actions <>1 parent 5c277d3 commit dd71cac
File tree
3 files changed
+12
-1
lines changed- flutter_local_notifications
- android/src/main/java/com/dexterous/flutterlocalnotifications
3 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
587 | 594 | | |
588 | 595 | | |
589 | 596 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments