Commit 9a841ea
authored
RMET-3699 Local Notifications - Fix notification not showing when app is on the foreground on Android (#34)
* fix: deliver notification if 'foreground' option is 'true'
Context: If the app is in the foreground, and the 'foreground' option is 'true', we want to deliver the notification
References: https://outsystemsrd.atlassian.net/browse/RMET-3699
* chore: update changelog and set plugin to version `0.9.13
References: https://outsystemsrd.atlassian.net/browse/RMET-3699
* refactor: refactor code for better readability
References: https://outsystemsrd.atlassian.net/browse/RMET-36991 parent bcd8c39 commit 9a841ea
File tree
4 files changed
+11
-4
lines changed- src/android/notification
4 files changed
+11
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
389 | | - | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
390 | 393 | | |
391 | 394 | | |
392 | 395 | | |
| |||
0 commit comments