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 use setVisibility(GONE) for TagView's parent view in Activity's onCreate method, and when I show the view again, tagview can not draw tags then. I had a look at tagview code, and found it maybe caused by
boolean variable mInitialized.
Can you please have a look at this? Thanks very much.
The text was updated successfully, but these errors were encountered:
I use setVisibility(GONE) for TagView's parent view in Activity's onCreate method, and when I show the view again, tagview can not draw tags then. I had a look at tagview code, and found it maybe caused by
boolean variable mInitialized.
Can you please have a look at this? Thanks very much.
The text was updated successfully, but these errors were encountered: