TagView icon indicating copy to clipboard operation
TagView copied to clipboard

When used in recycle view, addTags can not be updated.

Open Ahyounglove opened this issue 6 years ago • 2 comments

When used in recycle view, addTags can not be updated. Do not calculate screen length. It is vertical alignment. You can not do notifyDataSetChanged because addTags in adapter. What should I do?

Ahyounglove avatar Jun 05 '18 00:06 Ahyounglove

I have the same problem. Is there any suggestions for that?

serkanbekir1 avatar Oct 21 '19 16:10 serkanbekir1

In TagView.java using PreDraw Listener is solved my problem instead of GlobalLayout Listener.

serkanbekir1 avatar Dec 17 '19 08:12 serkanbekir1