@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.