1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2025-11-17 07:37:11 +00:00

reintroduced hideControls method.

This commit is contained in:
Kartikey Kushwaha
2018-06-09 01:13:37 +05:30
parent 981174a490
commit 429dddc6c9
7 changed files with 46 additions and 0 deletions

View File

@@ -662,6 +662,8 @@ public final class PopupVideoPlayer extends Service {
videoPlayPause.setBackgroundResource(R.drawable.ic_pause_white);
lockManager.acquireWifiAndCpu();
hideControls(DEFAULT_CONTROLS_DURATION, DEFAULT_CONTROLS_HIDE_TIME);
windowLayoutParams.flags = WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON;
windowManager.updateViewLayout(playerImpl.getRootView(), windowLayoutParams);
}