mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: 进一步下调全屏滑动阈值至5
This commit is contained in:
@@ -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), () {
|
||||
|
||||
Reference in New Issue
Block a user