Commit 5bf72b5
Alexis Oyama
fix(ActionManager): Local push not showing the Open Action
This is due to using UserNotification framework. It calls didReceiveNotificationResponse instead of
didReceiveLocalNotification, and have a different payload that we were checking for. This commit
makes it compatible.1 parent 7aad38a commit 5bf72b5
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
821 | 824 | | |
822 | 825 | | |
823 | 826 | | |
| |||
0 commit comments