fix(ui): prevent vertical swipes from adjusting sliders#420
Draft
qiin2333 wants to merge 1 commit into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
改了啥呀
为啥要改
之前手指一落到滑条区域,父级纵向滚动就会立刻被禁用,完全没等用户表明是想横拖还是上下滑。结果路过滑条的纵向手势也会被这个杂鱼手势锁截住,很容易误调码率。
现在会先等待位移超过系统触摸阈值,再比较横纵方向;只有横向位移占优时才进入滑条手势。
影响
验证
git diff --check:通过.\gradlew.bat :app:compileNonRootDebugKotlin:未进入源码编译;本地moonlight-haptics-android项目没有可用构建变体,依赖解析失败