Skip to content

Commit

Permalink
Allowing the webview to proceed when no change to the URL is needed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mariokmk authored and QuantumBadger committed Apr 12, 2016
1 parent 8737f26 commit d4423d8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public boolean shouldOverrideUrlLoading(final WebView view, final String url) {

} else {
setTitle(url);
mWebView.loadUrl(url);
return false;
}

return true;
Expand Down Expand Up @@ -244,4 +244,4 @@ public boolean onOptionsItemSelected(final MenuItem item) {
}
}

}
}

0 comments on commit d4423d8

Please sign in to comment.