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

Readme example Listener missing closing ); #6

Closed
jflamman opened this issue Jan 21, 2015 · 2 comments
Closed

Readme example Listener missing closing ); #6

jflamman opened this issue Jan 21, 2015 · 2 comments

Comments

@jflamman
Copy link

mWebView.setListener(this, new AdvancedWebView.Listener() {
...
}

should be:

mWebView.setListener(this, new AdvancedWebView.Listener() {
...
});

@ocram
Copy link
Contributor

ocram commented Jan 21, 2015

Of course! Fixed with 8504888

Thank you :)

@ocram ocram closed this as completed Jan 21, 2015
@jflamman
Copy link
Author

Great!

@1170762202 1170762202 mentioned this issue Dec 16, 2022
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

2 participants