TonicArtos / SuperSLiM

A layout manager for the RecyclerView with interchangeable linear, grid, and staggered displays of views, all with configurable section headers including the sticky variety as specified in the material design docs.
http://tonicartos.nz
2.12k stars 297 forks source link

Weird bug with spinners in viewpager fragments #177

Closed usernotnull closed 7 years ago

usernotnull commented 8 years ago

I am having a very weird bug, which only happens if I use the slim LayoutManager for my recyclerview. I have a viewpager which loads fragments with recyclerviews, each having a spinner. When i change the fragment then get back to the same one, the spinners don't change their ItemSelected when a user selects an item (if I query what was clicked it does show correctly but the view doesn't update to reflect the new value in the spinner). This happens only in viewpagers and in that very specific scenario, I have no idea how to report the bug. It could be that it'll be solved by v5, but i've been holding the project release for a while and I have a deadline :\ any idea about the deadline of v5 release?

usernotnull commented 8 years ago

workaround from #175 fixed it now, but it's very ugly though.