FabFilter icon indicating copy to clipboard operation
FabFilter copied to clipboard

[Question] Dynamic expandable view content

Open barchinsky opened this issue 4 years ago • 1 comments

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?

barchinsky avatar Sep 21 '20 13:09 barchinsky

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()

baggednismo avatar Oct 15 '20 12:10 baggednismo