1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-04-17 12:21:22 +00:00

Small improvements to player

This commit is contained in:
Stypox
2021-09-01 18:34:37 +02:00
committed by litetex
parent 03d5372525
commit 83a3d11f38
3 changed files with 12 additions and 11 deletions

View File

@@ -533,6 +533,7 @@ public final class Player implements
playerGestureListener = new PlayerGestureListener(this, service);
gestureDetector = new GestureDetectorCompat(context, playerGestureListener);
//noinspection ClickableViewAccessibility
binding.getRoot().setOnTouchListener(playerGestureListener);
setupPlayerSeekOverlay();