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
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
Worked it out. The issue is that ConstraintLayout for some reason is caching the TextView's height. This then trips up TextView's internal logic for whether it needs to do a full layout (which it does if the size changes).
This can be easily reproduced by searching for "View" and then doing moderate flings down to the bottom and then back up. Usually the 4th or 5th item from the top will retain the smaller size from the recycled views.
Check out
Toolbar.SavedState
compared to its neighbors above and below. Framework bug?cc @chrisbanes
The text was updated successfully, but these errors were encountered: