Persist notification is not persistent on Android #89

Closed
opened 2025-11-07 08:26:03 -06:00 by GiteaMirror · 8 comments
Owner

Originally created by @edouardmenayde on GitHub (Sep 19, 2017).

Persist notification can be swiped away on Android 6.

Originally created by @edouardmenayde on GitHub (Sep 19, 2017). Persist notification can be swiped away on Android 6.
Author
Owner

@kspearrin commented on GitHub (Sep 19, 2017):

It should come back though, correct?

@kspearrin commented on GitHub (Sep 19, 2017): It should come back though, correct?
Author
Owner

@edouardmenayde commented on GitHub (Sep 19, 2017):

Sometimes but not always. It will sometimes take a bit of time too. Really weird...
Why is this the notification not really persistent ? Could there be an option for persistent notification and swipable one separately, if the current behavior is the intended one ?

@edouardmenayde commented on GitHub (Sep 19, 2017): Sometimes but not always. It will sometimes take a bit of time too. Really weird... Why is this the notification not really persistent ? Could there be an option for persistent notification and swipable one separately, if the current behavior is the intended one ?
Author
Owner

@kspearrin commented on GitHub (Sep 19, 2017):

This is the expected behavior currently. It's not a setOngoing notification in terms of Android Development.

@kspearrin commented on GitHub (Sep 19, 2017): This is the expected behavior currently. It's not a [setOngoing](https://developer.android.com/reference/android/app/Notification.Builder.html#setOngoing(boolean)) notification in terms of Android Development.
Author
Owner

@louisgrasset commented on GitHub (Sep 19, 2017):

So is there a way you add an option with a setOngoing notification ?

@louisgrasset commented on GitHub (Sep 19, 2017): So is there a way you add an option with a setOngoing notification ?
Author
Owner

@kspearrin commented on GitHub (Sep 19, 2017):

Would have to look into it. We'll need to update the ongoing notification with new "extras" each time the URI changes for the given webpage/app. Need to figure out how that is done.

@kspearrin commented on GitHub (Sep 19, 2017): Would have to look into it. We'll need to update the ongoing notification with new "extras" each time the URI changes for the given webpage/app. Need to figure out how that is done.
Author
Owner

@ecarl65 commented on GitHub (Apr 22, 2018):

I also have this issue rather frequently. I can't seem to do anything to make the notification appear when it's gone. I've tried going in and turning that setting off and on again, but it doesn't appear to work.

@ecarl65 commented on GitHub (Apr 22, 2018): I also have this issue rather frequently. I can't seem to do anything to make the notification appear when it's gone. I've tried going in and turning that setting off and on again, but it doesn't appear to work.
Author
Owner

@andrebrait commented on GitHub (Jun 2, 2018):

It doesn't even appear to me, Running Android 8.0 on a Zenfone 4.

@andrebrait commented on GitHub (Jun 2, 2018): It doesn't even appear to me, Running Android 8.0 on a Zenfone 4.
Author
Owner

@vvolkgang commented on GitHub (Jun 20, 2024):

Issue migrated to https://github.com/bitwarden/mobile/issues/134

@vvolkgang commented on GitHub (Jun 20, 2024): Issue migrated to https://github.com/bitwarden/mobile/issues/134
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#89