You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using com.google.android.exoplayer2.ui.PlayerNotificationManager, when ExoPlayer's state changes to STATE_ENDED, the pause icon in the notification does not change to play. (It does change in the expanded notification).
[REQUIRED] Reproduction steps
Start playing a stream
Wait for ExoPlayer to reach end (STATE_ENDED)
Check the notification
[REQUIRED] Link to test content
Any content that can end.
[REQUIRED] A full bug report captured from the device
No bug report since it is a UI issue.
[REQUIRED] Version of ExoPlayer being used
2.10.4
[REQUIRED] Device(s) and version(s) of Android being used
Tested on Emulators and devices. Android versions 7/8/9.
The text was updated successfully, but these errors were encountered:
I think PlayerNotificationManager.getActionIndicesForCompactView needs to use isPlaying() to decide which action to display, rather than playWhenReady.
[REQUIRED] Issue description
Using
com.google.android.exoplayer2.ui.PlayerNotificationManager
, when ExoPlayer's state changes to STATE_ENDED, the pause icon in the notification does not change to play. (It does change in the expanded notification).[REQUIRED] Reproduction steps
[REQUIRED] Link to test content
Any content that can end.
[REQUIRED] A full bug report captured from the device
No bug report since it is a UI issue.
[REQUIRED] Version of ExoPlayer being used
2.10.4
[REQUIRED] Device(s) and version(s) of Android being used
Tested on Emulators and devices. Android versions 7/8/9.
The text was updated successfully, but these errors were encountered: