mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-08 03:54:49 +08:00
@@ -1071,10 +1071,10 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
final isPosAllowed = _isPositionAllowed(event.localPosition);
|
||||
if (!plPlayerController.isLive) {
|
||||
_doubleTapGestureRecognizer.addPointer(event);
|
||||
}
|
||||
longPressRecognizer
|
||||
..isPosAllowed = isPosAllowed
|
||||
..addPointer(event);
|
||||
}
|
||||
_scaleGestureRecognizer
|
||||
..isPosAllowed = isPosAllowed
|
||||
..addPointer(event);
|
||||
|
||||
Reference in New Issue
Block a user