-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 🔖 Ensure that the normal click works on android even if actions are…
… present In bhandaribhumin@0b6aefe, the plugin started ignoring regular clicks when actions are present. ``` Action[] actions = options.getActions(); if (actions != null && actions.length > 0 ) { // if actions are defined, the user must click on button actions to launch the app. // Don't make the notification clickable in this case return; } ``` It is not clear why this was done. I have filed bhandaribhumin#9 but not received any response While waiting for it to be fixed in the main repo, commenting out that code in a fork so that we can unblock out project.
- Loading branch information
Showing
3 changed files
with
3 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters