UI gets messy when scrolled up
poojagaonkar opened this issue · comments
Pooja Gaonkar commented
yubaojian02 commented
is it solved?
Pooja Gaonkar commented
@yubaojian02 no its not solved
Michal Vician commented
Solution for this problem: #89
The problem is, that there are some variables cached in onMeasure() method. You need to comment "if" statements so that onMeasure() always recalculates necessary atributes.