goodev / notifications-widget

Automatically exported from code.google.com/p/notifications-widget
4 stars 0 forks source link

Bug: Poweramp in Persistant Notifications #232

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems asthough Poweramp in persistant notifications will lock up after 
pressing a button on it.. the first button will work.. but the following 
buttons will no longer work after.

 Don't have the same problem with Songza.

Original issue reported on code.google.com by josh...@hotmail.ca on 28 May 2013 at 7:39

GoogleCodeExporter commented 9 years ago
Music players usually creates a persistent notification when the music is 
playing and dismiss it when the music stopped and replacing it with 
non-persistent notification that has a Play button that continue the playback 
and re-create the persistent notification.
Example: you start playing a song - a persistent notification is created with a 
Pause button. you can't dismiss this notification.
you pause the playback using the Pause button - the persistent notification is 
dismissed and replaced by a new notification that looks exactly the same, just 
it has a Play button instead of Pause. this notification can be dismissed. 
you click play again - the non-persistent notification is dismissed and 
replaced by a persistent notification again.

NiLS show persistent notifications and cannot know when it has been dimissed - 
this is why it has an option to auto clear persistent notification after a 
given time that the persistent notification hasn't been updated.
When the persistent notification is dismissed by the app - it will still appear 
on NiLS but the buttons won't do anything - because the original persistent 
notification has been dismissed already.

This why this issue cannot be fixed. 

Original comment by ad...@roymam.com on 29 May 2013 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by ad...@roymam.com on 7 Jun 2013 at 3:27