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
It looks like since the mShimmerLayoutManager is only created once when View is created, calling methods like setGridChildCount or setDemoLayoutManager don't have any effect.
So, for example a simple layout with a just a RecyclerView can't be reused with different grid child count or grid child count can't be changed on orientation change etc.
The text was updated successfully, but these errors were encountered:
Hi,
It looks like since the mShimmerLayoutManager is only created once when View is created, calling methods like setGridChildCount or setDemoLayoutManager don't have any effect.
So, for example a simple layout with a just a RecyclerView can't be reused with different grid child count or grid child count can't be changed on orientation change etc.
The text was updated successfully, but these errors were encountered: