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 have question regarding expandable view as I faced some strange behaviour of onPreDraw in case expandable view content heigh is dynamic. For example content of expandable view can be changed once user is refreshing data. In this case onPreDraw returns wrong height of expandable view on each 3rd refresh attempt where on first and second render everything works nice.
Mb you faced with similar behaviour?
The text was updated successfully, but these errors were encountered:
Have you tried moving the expandable height logic to its own method and calling it inside of onBindViewHolder? I also adjusted the condition. If your dataset has changed you might also want to check it in onViewRecycled()
Hi @nikhilpanju,
thank you for nice example!
I have question regarding expandable view as I faced some strange behaviour of onPreDraw in case expandable view content heigh is dynamic. For example content of expandable view can be changed once user is refreshing data. In this case onPreDraw returns wrong height of expandable view on each 3rd refresh attempt where on first and second render everything works nice.
Mb you faced with similar behaviour?
The text was updated successfully, but these errors were encountered: