moneytoo / Player

▶ Simple and lightweight, yet polished and powerful Android video player based on ExoPlayer
https://play.google.com/store/apps/details?id=com.brouken.player
The Unlicense
1.57k stars 182 forks source link

Allow hiding playback controls overlay when paused #437

Closed PetbkA closed 1 year ago

PetbkA commented 1 year ago

Describe the bug This is a feature request, not a bug.

When you're watching presentations, sometimes you need to pause it and read some slide.

The problem is that playback controls overlay doesn't disappear in paused state.

To Reproduce Steps to reproduce the behavior:

  1. Pause video;
  2. Wait for several seconds - overlay won't hide;
  3. Single-tap on non-active zone (i.e. not button or header) - overlay won't hide.

Expected behavior Overlay should hide in paused state:

  1. After several seconds of inactivity. To show it again, you should single-tap the screen;
  2. When single-tapping on non-active zone (i.e. not button or header).

Device (please complete the following information):

moneytoo commented 1 year ago

Duplicate of #195