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();