It does! But I guess it will depend on your use-cases, Ive been fortunate enough to never run into it despite having a 100% compose app in production for quite some time now!
👍 1
s
streetsofboston
11/03/2022, 12:12 PM
@arekolek IIRC, that only happens on a LazyColumn. Like a RecyclerView, where this can happen as well with TextViews being recycled. However, with a RecyclerView, you can indicate a ViewHolder not to be recycled and that fixes it. Such api/property doesn't exit yet on Compose. Not using a LazyColumn, if you can, fixes it.