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
Original issue reported on code.google.com by
an0...@gmail.com
on 29 Oct 2011 at 4:34