Originally created by @madiele on GitHub (Jun 25, 2022).
Steps to reproduce
start playback
no way to remove the notification without force stopping the app
Expected behaviour
when no playback is active the notification should be dismissable
Actual behaviour
The notification is never dismissable, even by closing the app
Environment data
Audiobookshelf Version: v2.0.22 - docker
Android App?
iOS App?
Android Issue
Android version: 0.9.49-beta
Device model: Pocopone F1 and Lenovo Tab M10 FHD plus
Stock or customized system: non stock LineageOS 16.0 (android 9) and Stock android 10
Possible fix
add a x (close) button to gracefully close the player (this method is also used by the stock youtube app, and many other apps with a player). Or allow to dismiss the notification on no playback like the spotify app.
Originally created by @madiele on GitHub (Jun 25, 2022).
### Steps to reproduce
1. start playback
2. no way to remove the notification without force stopping the app
### Expected behaviour
- when no playback is active the notification should be dismissable
### Actual behaviour
- The notification is never dismissable, even by closing the app
### Environment data
Audiobookshelf Version: v2.0.22 - docker
- [x] Android App?
- [ ] iOS App?
#### Android Issue
Android version: 0.9.49-beta
Device model: Pocopone F1 and Lenovo Tab M10 FHD plus
Stock or customized system: non stock LineageOS 16.0 (android 9) and Stock android 10
### Possible fix
add a x (close) button to gracefully close the player (this method is also used by the stock youtube app, and many other apps with a player). Or allow to dismiss the notification on no playback like the spotify app.
adam
added the bug label 2026-04-24 23:12:09 +02:00
We can look into adding an X, I'm not sure how they did that. However, the notification does go away when you close the app. Maybe you are just putting the app in the background and not actually closing it?
@advplyr commented on GitHub (Jun 25, 2022):
We can look into adding an X, I'm not sure how they did that. However, the notification does go away when you close the app. Maybe you are just putting the app in the background and not actually closing it?
I tested it, you right it does go away if you close the app from the active app list! But it does not go away if you exit the app "the proper way" using the back button in the app or by manually choosing to close the player inside the app which is what I was doing.
@madiele commented on GitHub (Jun 25, 2022):
I tested it, you right it does go away if you close the app from the active app list! But it does not go away if you exit the app "the proper way" using the back button in the app or by manually choosing to close the player inside the app which is what I was doing.
Fixed the issue where closing the player in the app wasn't removing the notification. Updated the notification to include the stop button in 0.9.50-beta
@advplyr commented on GitHub (Jul 3, 2022):
Fixed the issue where closing the player in the app wasn't removing the notification. Updated the notification to include the stop button in [0.9.50-beta](https://github.com/advplyr/audiobookshelf-app/releases/tag/v0.9.50-beta)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @madiele on GitHub (Jun 25, 2022).
Steps to reproduce
Expected behaviour
Actual behaviour
Environment data
Audiobookshelf Version: v2.0.22 - docker
Android Issue
Android version: 0.9.49-beta
Device model: Pocopone F1 and Lenovo Tab M10 FHD plus
Stock or customized system: non stock LineageOS 16.0 (android 9) and Stock android 10
Possible fix
add a x (close) button to gracefully close the player (this method is also used by the stock youtube app, and many other apps with a player). Or allow to dismiss the notification on no playback like the spotify app.
@advplyr commented on GitHub (Jun 25, 2022):
We can look into adding an X, I'm not sure how they did that. However, the notification does go away when you close the app. Maybe you are just putting the app in the background and not actually closing it?
@madiele commented on GitHub (Jun 25, 2022):
I tested it, you right it does go away if you close the app from the active app list! But it does not go away if you exit the app "the proper way" using the back button in the app or by manually choosing to close the player inside the app which is what I was doing.
@advplyr commented on GitHub (Jul 3, 2022):
Fixed the issue where closing the player in the app wasn't removing the notification. Updated the notification to include the stop button in 0.9.50-beta