mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #720] Android App - Broadcast happens immediately, not when action button is tapped #527
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#527
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arnbrhm on GitHub (May 9, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/720
🐞 Describe the bug
Per the documentation
I am using Tasker to launch an app when the intent action io.heckel.ntfy.USER_ACTION is broadcast. When the message notification is displayed by the ntfy app, along with the action button, Tasker fires as though it has received the intent action (without me tapping the action button). Also, if I open the ntfy app and tap on the action button, nothing happens.
💻 Components impacted
Android app
💡 Screenshots and/or logs
none
🔮 Additional context
a snippet of my code:
@binwiederhier commented on GitHub (May 10, 2023):
@wunter8 commented on GitHub (May 10, 2023):
It's working fine for me in Tasker. This is how I set up the
Intent Receivedprofile@arnbrhm commented on GitHub (May 10, 2023):
This was my rookie mistake. I mixed up io.heckel.ntfy.USER_ACTION and io.heckel.ntfy.MESSAGE_RECEIVED in Tasker. I wasn't aware that there were two different broadcasts.