feat: 进一步下调全屏滑动阈值至5

This commit is contained in:
orz12
2024-07-21 09:05:15 +08:00
parent 97ea882166
commit b152edad78

View File

@@ -596,7 +596,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
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), () {