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 needed a vertically scrolling recyclerview inside the card and noticed as well that initially it was not scrolling properly. After setting setCanScrollVertical(false) on the CardStackLayoutManager it worked as expected. My guess is that nested scrolling isn't really supported.
No description provided.
The text was updated successfully, but these errors were encountered: