You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2020. It is now read-only.
add padding, when click on a pinned item next to the right edge, it calls the click on the item behind it
the method private boolean isPinnedViewTouched(View view, float x, float y), caculate the mTouchRect.right has some problem; it should be mTouchRect.right += getPaddingLeft();
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
add padding, when click on a pinned item next to the right edge, it calls the click on the item behind it
the method private boolean isPinnedViewTouched(View view, float x, float y), caculate the mTouchRect.right has some problem; it should be mTouchRect.right += getPaddingLeft();
The text was updated successfully, but these errors were encountered: