TagView icon indicating copy to clipboard operation
TagView copied to clipboard

Visibility gone and visible issue

Open engr-erum opened this issue 7 years ago • 1 comments

i tried to hide relativelayout initially and then show layout on checkbox checked listener. On very first time the tag view arrangements are in vertical. While clicking on it again is showing in horizontal arrangement. Why items orientation is changed on first time ? https://gist.github.com/engr-erum/0f2e257388aa09c95f5b7afdd64c3236 @Cutta @bryant1410 @NikoYuwono @m-ezzat

engr-erum avatar Sep 28 '17 05:09 engr-erum

I'm having the same problem.

I'm using the TagView into an adapter which also has a checkbox. Every time I check it, the notifyItemChanged(position); is called for a business reason and at this time the TagView is gone. When I check false the checkbox, the TagView is shown again.

I checked out every piece of my code to see if there is something doing it, but nothing was found. The issue is in the TagView.

lennonpetrick avatar Apr 06 '18 15:04 lennonpetrick