Closed sikeeoh closed 5 years ago
I have not already added the item status
add item
add item code
view1.setOnClickListener { adapter.clickedItems.clear() adapter.notifyDataSetChanged() for (i in 1..100) { adapter.clickedItems.add("hi") } adapter.notifyDataSetChanged()} }
However, scrolling return the item to its normal position.
I have not already added the item status
add item
add item code
However, scrolling return the item to its normal position.