Skip to content

Fix Android's alarm manager cancel action

Choose a tag to compare

@agonper agonper released this 23 Nov 12:49
· 136 commits to master since this release

This release is a patch which introduces no breaking changes

Under some situations Android Alarm was not being cancelled on request. Alarm's Manager code has been updated to overcome this situation.

Special thanks to @matey97, for spotting and fixing the bug.