Skip to content

Conversation

@iampopovich
Copy link
Contributor

Remove redundant comment about hiding controls on double tap

What is it?

  • Bugfix (user facing)

Description of the changes in your PR

  • record videos
  • create clones
  • take over the world

Before/After Screenshots/Screen Record

  • Before:
Screenrecorder-2026-01-10-01-20-11-472.mp4
  • After:
Screenrecorder-2026-01-10-01-26-30-932.mp4

Fixes the following issue(s)

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR. You can find more info and a video demonstration on this wiki page.

Due diligence

Remove redundant comment about hiding controls on double tap
Copilot AI review requested due to automatic review settings January 9, 2026 22:32
@github-actions github-actions bot added the size/small PRs with less than 50 changed lines label Jan 9, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes an issue where player controls remain visible after resuming playback via double-tap in the middle of the screen. The fix adds logic to hide the controls immediately when playback resumes.

Key Changes

  • Added conditional logic to hide player controls when transitioning to playing state after a double-tap gesture
  • The controls are hidden with no delay (0, 0) when the player starts playing

@TobiGr TobiGr added bug Issue is related to a bug player Issues related to any player (main, popup and background) labels Jan 9, 2026
@dustdfg
Copy link
Contributor

dustdfg commented Jan 18, 2026

I pulled locally and tested. Confirm this PR solves the bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Issue is related to a bug player Issues related to any player (main, popup and background) size/small PRs with less than 50 changed lines

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resuming by double tapping does not hide overlay and android task bar

3 participants