From b152edad78c9e21856300d1aae597d9f5be7fcff Mon Sep 17 00:00:00 2001 From: orz12 Date: Sun, 21 Jul 2024 09:05:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=BF=9B=E4=B8=80=E6=AD=A5=E4=B8=8B?= =?UTF-8?q?=E8=B0=83=E5=85=A8=E5=B1=8F=E6=BB=91=E5=8A=A8=E9=98=88=E5=80=BC?= =?UTF-8?q?=E8=87=B35?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/plugin/pl_player/view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugin/pl_player/view.dart b/lib/plugin/pl_player/view.dart index d174501e5..662bcea1f 100644 --- a/lib/plugin/pl_player/view.dart +++ b/lib/plugin/pl_player/view.dart @@ -596,7 +596,7 @@ class _PLVideoPlayerState extends State setBrightness(result); } else if (_gestureType == 'center') { // 全屏 - const double threshold = 7; // 滑动阈值 + const double threshold = 5; // 滑动阈值 // void fullScreenTrigger(bool status) async { // EasyThrottle.throttle( // 'fullScreen', const Duration(milliseconds: 1000), () {