Small improvements to player
This commit is contained in:
parent
03d5372525
commit
83a3d11f38
3 changed files with 12 additions and 11 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue