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
For my use case, I had to include a RecylerView a NestedScrollVIew. Once I do that, the layout manager does not work anymore. I thought it would be a height issue so I modified the FixedGridLayoutManager to include setAutoMeasureEnabled(true). That caused the content to show up but the scrolling would not happen.
I also tried enabling and disabling NestedScrolling on the RecyclerView.
For my use case, I had to include a RecylerView a NestedScrollVIew. Once I do that, the layout manager does not work anymore. I thought it would be a height issue so I modified the
FixedGridLayoutManager
to includesetAutoMeasureEnabled(true)
. That caused the content to show up but the scrolling would not happen.I also tried enabling and disabling
NestedScrolling
on the RecyclerView.Sample:
The text was updated successfully, but these errors were encountered: