You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: