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
Good day. In the process of using leakCanary detects a leak. Refers to the context of the N-SidedProgressBar.
I use the progress bar in the Fragment. It is likely that the fragment can not be destroyed, because the progress bar keeps the weak to activity. It is probably necessary to free the context in the onDetachedFromWindow () method.
The text was updated successfully, but these errors were encountered:
Good day. In the process of using leakCanary detects a leak. Refers to the context of the N-SidedProgressBar.
I use the progress bar in the Fragment. It is likely that the fragment can not be destroyed, because the progress bar keeps the weak to activity. It is probably necessary to free the context in the onDetachedFromWindow () method.
The text was updated successfully, but these errors were encountered: