GalleryLayoutManager
GalleryLayoutManager copied to clipboard
RecyclerView - wrap_content
It looks like recycler view wrap content is not working on height when in Horizontal Direction
Is there any solution for that?
After removing the following code, it works fine
if (state.getItemCount() != 0 && !state.didStructureChange()) { if (BuildConfig.DEBUG) { Log.d(TAG, "onLayoutChildren: ignore extra layout step"); } return; }