From 57973b7210267dad8bd16f2090ecbcecd692d40c Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Sun, 9 Mar 2025 13:55:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=99=BE=E5=88=86=E6=AF=94?= =?UTF-8?q?=E6=8B=89=E5=8A=A8=E6=8E=A7=E4=BB=B6=E9=99=A4=E4=BA=86=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E4=BB=A5=E5=A4=96=E7=9A=84=E5=8C=BA=E5=9F=9F=E7=9A=84?= =?UTF-8?q?=E5=93=8D=E5=BA=94=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aes/build.properties | 4 ++-- libaes/build.properties | 4 ++-- .../java/cc/winboll/studio/libaes/views/AOHPCTCSeekBar.java | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aes/build.properties b/aes/build.properties index 631f06a..ee22086 100644 --- a/aes/build.properties +++ b/aes/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sun Mar 09 13:47:09 HKT 2025 +#Sun Mar 09 05:53:35 GMT 2025 stageCount=10 libraryProject=libaes baseVersion=7.6 publishVersion=7.6.9 -buildCount=0 +buildCount=1 baseBetaVersion=7.6.10 diff --git a/libaes/build.properties b/libaes/build.properties index 869eab3..ee22086 100644 --- a/libaes/build.properties +++ b/libaes/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sun Mar 09 13:45:52 HKT 2025 +#Sun Mar 09 05:53:35 GMT 2025 stageCount=10 libraryProject=libaes baseVersion=7.6 publishVersion=7.6.9 -buildCount=0 +buildCount=1 baseBetaVersion=7.6.10 diff --git a/libaes/src/main/java/cc/winboll/studio/libaes/views/AOHPCTCSeekBar.java b/libaes/src/main/java/cc/winboll/studio/libaes/views/AOHPCTCSeekBar.java index a0b26b3..cd61a1b 100644 --- a/libaes/src/main/java/cc/winboll/studio/libaes/views/AOHPCTCSeekBar.java +++ b/libaes/src/main/java/cc/winboll/studio/libaes/views/AOHPCTCSeekBar.java @@ -61,8 +61,8 @@ public class AOHPCTCSeekBar extends SeekBar { @Override public boolean dispatchTouchEvent(MotionEvent event) { if (event.getAction() == MotionEvent.ACTION_DOWN) { - getParent().requestDisallowInterceptTouchEvent(true); if (thumbWidth + blurRightDP > event.getX() && event.getX() > 0) { + getParent().requestDisallowInterceptTouchEvent(true); isStartSeek = true; } } else if (event.getAction() == MotionEvent.ACTION_MOVE) {