Remove notification after click it from status bar or notification in app
Closed this issue · 3 comments
Alarm plugin version
*ex: 3.1.4
Describe the bug
- On Android, the notification doesn't removed when I click it
To Reproduce
Steps to reproduce the behavior:
- Open app
- Set Alarm
- show notification
- click notification
- Notification was not removed
Expected behavior
- I want to have a listener or a function return call after click notification to I can cancel or stop it.
Screenshots
If applicable, add screenshots to help explain your problem.
Device info
Android device
Additional context
Add any other context about the problem here.
Hi @songtoanht
I just released version 4.0.0-dev.1
which is a testing version before releasing definitive 4.0.0
. I made big changes in the native android code so I hope it will fix your issue.
Hi @gdelataillade,
After I upgrade to version 4.0.0-dev.1, do I need to modify any other code?
Hi @songtoanht
No, after upgrading to version 4.0.0-dev.1, you shouldn't need to modify any code.
But for 4.0.0-dev.3 I'm modifying the AlarmSettings class so you will need to change a few things but your linter will tell you.