overflow-pager-indicator icon indicating copy to clipboard operation
overflow-pager-indicator copied to clipboard

Invalidation on Recyclerview Holder recycled

Open mptrista opened this issue 7 years ago • 0 comments
trafficstars

We should think of a way to invalidate the view when it is reused in a recyclerview. The problem is the following. The indicator is set up with 3 dots and the user scrolls to the second. Then the ViewHolder gets reused and the new holder recyclerview has only one item in it but the overflow indicator shows the previous initialization despite clearing of the attached adapter.

mptrista avatar Jan 14 '18 20:01 mptrista