SmartTube icon indicating copy to clipboard operation
SmartTube copied to clipboard

BUG: Play button doesn't unpause

Open y-lee opened this issue 3 years ago • 5 comments

When playback is paused, Android MEDIA_PLAY_PAUSE resumes playback. MEDIA_PLAY button should also resume playback but does not.

y-lee avatar Jun 28 '21 19:06 y-lee

In 11.47, MEDIA_PLAY resumes playback, but only half the time. It's very odd; I can consistently reproduce the following:

  1. Pause playback with MEDIA_PLAY_PAUSE.
  2. Push MEDIA_PLAY. Playback resumes.
  3. Pause playback with MEDIA_PLAY_PAUSE.
  4. Push MEDIA_PLAY. Playback does not resume.
  5. Push MEDIA_PLAY_PAUSE. Playback resumes.
  6. Return to 1.

y-lee avatar Jul 01 '21 06:07 y-lee

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.

y-lee avatar Jul 01 '21 06:07 y-lee

Similar issue for me, only resume never works. https://github.com/yuliskov/SmartTubeNext/issues/542

phuein avatar Sep 19 '21 15:09 phuein

Bug is fixed as of 18.10; I do not know when the fix was implemented, but thank you regardless.

y-lee avatar May 27 '23 03:05 y-lee

Issue has returned as of 20.54 (and earlier). Possibly related to #3143 ?

y-lee avatar Dec 28 '23 23:12 y-lee