Hi, thank you for this open source software. Actually with this PR I was intending to fix the problem of notification event that does not trigger the profile action, the problem was the listen() and cancel() not calling its super method. But then I've made a big overlook.
It was already fixed in beta branch. I think the beta release should be updated & APK should be built and put under the release assets for the v0.8.3-beta3 tag so there aren't others like me refixing the wheel.
Hi, thank you for this open source software. Actually with this PR I was intending to fix the problem of notification event that does not trigger the profile action, the problem was the
listen()
andcancel()
not calling its super method. But then I've made a big overlook.It was already fixed in beta branch. I think the beta release should be updated & APK should be built and put under the release assets for the
v0.8.3-beta3
tag so there aren't others like me refixing the wheel.But I found a typo, so I made this PR anyways.
Edit: I've build an APK with latest commits if this concerns anyone.