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
Description: When a nested scrolling child view is inside a nested scrolling parent view and the child view changes the scroll position, the touch events get intercepted by the bottom sheet behavior. For example, if I put a ViewPager2 in the bottom sheet dialog and put a vertically scrollable RecyclerView inside the ViewPager2, and navigate to the second page, the RecyclerView becomes unscrollable.
Expected behavior: Nested scrolling child view must be scrollable and should not be intercepted by bottom sheet behavior.
Description: When a nested scrolling child view is inside a nested scrolling parent view and the child view changes the scroll position, the touch events get intercepted by the bottom sheet behavior. For example, if I put a ViewPager2 in the bottom sheet dialog and put a vertically scrollable RecyclerView inside the ViewPager2, and navigate to the second page, the RecyclerView becomes unscrollable.
Expected behavior: Nested scrolling child view must be scrollable and should not be intercepted by bottom sheet behavior.
Minimal sample app repro: https://github.com/UdaraWanasinghe/bottom-sheet-nested-scrolling-test
Android API version: All affected.
Material Library version: 1.8.0
The text was updated successfully, but these errors were encountered: