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 was able to fix this by nilling out the progressIndicator instance variable in the hide method. This prevents the bad access exception for future calls to the hide method.
Sometimes when calling
hide()
after a indicator has already been hidden anEXC_BAD_ACCESS
can occur.It occurs on line 402 on the first if block check of the
hide
method:It would be nice if multiple calls to
hide()
didn't cause a crash.The text was updated successfully, but these errors were encountered: