SmartTube
SmartTube copied to clipboard
BUG: Play button doesn't unpause
When playback is paused, Android MEDIA_PLAY_PAUSE resumes playback. MEDIA_PLAY button should also resume playback but does not.
In 11.47, MEDIA_PLAY resumes playback, but only half the time. It's very odd; I can consistently reproduce the following:
- Pause playback with MEDIA_PLAY_PAUSE.
- Push MEDIA_PLAY. Playback resumes.
- Pause playback with MEDIA_PLAY_PAUSE.
- Push MEDIA_PLAY. Playback does not resume.
- Push MEDIA_PLAY_PAUSE. Playback resumes.
- Return to 1.
For the times when MEDIA_PLAY does not resume playback, waiting a few seconds usually allows the button to work. Why waiting is necessary, and why no delay is necessary in other times, is unclear.
Similar issue for me, only resume never works. https://github.com/yuliskov/SmartTubeNext/issues/542
Bug is fixed as of 18.10; I do not know when the fix was implemented, but thank you regardless.
Issue has returned as of 20.54 (and earlier). Possibly related to #3143 ?