mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #521] Listening notification is dismissable #397
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#397
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 @alexhorner on GitHub (Nov 27, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/521
As seen in my screenshot, both Quasseldroid and Automate are undismissable (cannot be swiped away). Conversations and ntfy both are dismissable (can be swiped away) right now, and don't seem to reappear without killing them and starting them again. I don't think this is desirable because if you accidentally dismiss ntfy you technically can't tell it's running.
@binwiederhier commented on GitHub (Nov 27, 2022):
Fascinating. I tried this in the emulator and this is true. Must be new in SDK 33. I always found it annoying that it cannot be dismissed, but now I kind of agree with you, it should not be dismissable.
@alexhorner commented on GitHub (Nov 27, 2022):
I too used to find it annoying, until you think about it slightly differently and realise it's actually really important. I treat it like my system tray as if I was on a desktop computer. It gives me active visibility over my device and how things are going. It is of course essential that they're minimised though, because having an undismissable icon on my lockscreen and top bar of my device is infuriating.
@alexhorner commented on GitHub (Nov 27, 2022):
You might be correct with the SDK version, actually. I think I know why too - they added a note to the task switcher to give you visibility, see below:
@binwiederhier commented on GitHub (Nov 28, 2022):
I asked on Discord/Matrix, and people were mostly in favor of keeping the behavior like it is today. And after trying it out in the emulator, I agree. The "active apps" screen in the notification drawer shows that it's running, but it does not allow restoring the notification, and it invites the user to kill the app. So I'm going to set the
setOngoing(true)flag manually in the next release.@binwiederhier commented on GitHub (Nov 28, 2022):
Done in
github.com/binwiederhier/ntfy-android@1b587ab82a