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
What steps will reproduce the problem?
1. push GTMOAuth2ViewControllerTouch
2. pop GTMOAuth2ViewControllerTouch while web view is still loading
Quick fix:
Add this in -dealloc
if (webView_.loading) {
[self notifyWithName:kGTMOAuth2WebViewStoppedLoading
webView:webView_
kind:nil];
}
Original issue reported on code.google.com by an0...@gmail.com on 29 Oct 2011 at 4:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
an0...@gmail.com
on 29 Oct 2011 at 4:34The text was updated successfully, but these errors were encountered: