Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-13 13:44:32 +08:00
parent ed8c39aa76
commit 84d5a24bc3
2 changed files with 2 additions and 2 deletions

View File

@@ -1110,7 +1110,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
final isMobile = Utils.isMobile;
LongPressGestureRecognizer? _longPressRecognizer;
LongPressGestureRecognizer get longPressRecognizer =>
(_longPressRecognizer ??= LongPressGestureRecognizer())
_longPressRecognizer ??= LongPressGestureRecognizer()
..onLongPressStart = ((_) =>
plPlayerController.setLongPressStatus(true))
..onLongPressEnd = ((_) =>