Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bug may cause NetworkActivityIndicator always visible #3

Closed
GoogleCodeExporter opened this issue Aug 11, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

Added a notification for premature closing of the webview

http://code.google.com/p/gtm-oauth2/source/detail?r=73

Original comment by grobb...@google.com on 8 Nov 2011 at 9:07

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant