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 have a button and these two methods inside its button click:
startLoading();
startPercentMockThread();
this runs the circleLoadingView for the first time but I have this error during second run:
"The specified child already has a parent. You must call removeView() on the child's parent first."
can you help me on how to handle this? this crashes my app!
The text was updated successfully, but these errors were encountered:
Hi,
This is a very good job and a beautiful loading bar.
I have the same crash as TheLoyalCruel. I have tried to resetLoading, invalidate circle view and invalidate my whole activity, but I still have the same issue.
Do you know how I can workaround this issue?
Thanks in advance
I have a button and these two methods inside its button click:
startLoading();
startPercentMockThread();
this runs the circleLoadingView for the first time but I have this error during second run:
"The specified child already has a parent. You must call removeView() on the child's parent first."
can you help me on how to handle this? this crashes my app!
The text was updated successfully, but these errors were encountered: