Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

右侧的侧滑无法生效 #6

Closed
wizos opened this issue Apr 6, 2019 · 1 comment
Closed

右侧的侧滑无法生效 #6

wizos opened this issue Apr 6, 2019 · 1 comment

Comments

@wizos
Copy link

wizos commented Apr 6, 2019

现象:开启 edgeMode(SlideBack.EDGE_BOTH) 后,右侧侧滑还是无法生效。

原因:SlideBackInterceptLayout 内。
@Override public boolean onInterceptTouchEvent(MotionEvent ev) { return ev.getAction() == MotionEvent.ACTION_DOWN && ev.getRawX() <= sideSlideLength; }

没有对右侧的手势做拦截。

ParfoisMeng added a commit that referenced this issue Apr 19, 2019
@ParfoisMeng
Copy link
Owner

@wizos
非常感谢帮忙提出Bug。
现已修复,更新1.0.6即可。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants