Skip to content

右侧的侧滑无法生效 #6

@wizos

Description

@wizos

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

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions