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
I have a design which uses the seek bar preference in a navigation drawer, when the seekbar is dragged to the left the touch is not caught and instead the drawer is closed. I have a fix which grabs the parent and calls requestDisallowInterceptTouchEvent with true when action down is seen. It is then set to false when action up event is called.
The text was updated successfully, but these errors were encountered:
I have a design which uses the seek bar preference in a navigation drawer, when the seekbar is dragged to the left the touch is not caught and instead the drawer is closed. I have a fix which grabs the parent and calls requestDisallowInterceptTouchEvent with true when action down is seen. It is then set to false when action up event is called.
The text was updated successfully, but these errors were encountered: