Compare commits
3 Commits
aes-v7.6.9
...
aes-v7.6.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b13a3d4866 | ||
|
|
57973b7210 | ||
|
|
f30470e46f |
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun Mar 09 13:45:52 HKT 2025
|
#Sun Mar 09 13:56:19 HKT 2025
|
||||||
stageCount=10
|
stageCount=11
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=7.6
|
baseVersion=7.6
|
||||||
publishVersion=7.6.9
|
publishVersion=7.6.10
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=7.6.10
|
baseBetaVersion=7.6.11
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Sun Mar 09 13:45:52 HKT 2025
|
#Sun Mar 09 13:56:19 HKT 2025
|
||||||
stageCount=10
|
stageCount=11
|
||||||
libraryProject=libaes
|
libraryProject=libaes
|
||||||
baseVersion=7.6
|
baseVersion=7.6
|
||||||
publishVersion=7.6.9
|
publishVersion=7.6.10
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=7.6.10
|
baseBetaVersion=7.6.11
|
||||||
|
|||||||
@@ -61,8 +61,8 @@ public class AOHPCTCSeekBar extends SeekBar {
|
|||||||
@Override
|
@Override
|
||||||
public boolean dispatchTouchEvent(MotionEvent event) {
|
public boolean dispatchTouchEvent(MotionEvent event) {
|
||||||
if (event.getAction() == MotionEvent.ACTION_DOWN) {
|
if (event.getAction() == MotionEvent.ACTION_DOWN) {
|
||||||
getParent().requestDisallowInterceptTouchEvent(true);
|
|
||||||
if (thumbWidth + blurRightDP > event.getX() && event.getX() > 0) {
|
if (thumbWidth + blurRightDP > event.getX() && event.getX() > 0) {
|
||||||
|
getParent().requestDisallowInterceptTouchEvent(true);
|
||||||
isStartSeek = true;
|
isStartSeek = true;
|
||||||
}
|
}
|
||||||
} else if (event.getAction() == MotionEvent.ACTION_MOVE) {
|
} else if (event.getAction() == MotionEvent.ACTION_MOVE) {
|
||||||
|
|||||||
Reference in New Issue
Block a user