renyuneyun / Easer

User-defined explicit automation for Android
https://renyuneyun.github.io/Easer/
GNU General Public License v3.0
818 stars 93 forks source link

Fix typo for CATEGORY_NOTIFY_SLOT string #479

Open MobCode100 opened 6 months ago

MobCode100 commented 6 months ago

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.

But I found a typo, so I made this PR anyways.

Edit: I've build an APK with latest commits if this concerns anyone.