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
Hello, calling setTagList(...) twice results in "java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.".
Why need to call setTagList(...) several times? For example to restore current state when navigating between fragments, updating field from a view model.
The text was updated successfully, but these errors were encountered:
Hello, calling setTagList(...) twice results in "java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.".
Why need to call setTagList(...) several times? For example to restore current state when navigating between fragments, updating field from a view model.
The text was updated successfully, but these errors were encountered: