Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 881c49c9 authored by Martin Kosiba's avatar Martin Kosiba
Browse files

Update WebViewClient.shouldOverrideUrlLoading JavaDoc.

Add a comment to say that the method will not be called for POST requests.

Change-Id: If767093846584df834f9d258241306722b1abd99
parent d214296f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ public class WebViewClient {
     * proper handler for the url. If WebViewClient is provided, return true
     * means the host application handles the url, while return false means the
     * current WebView handles the url.
     * This method is not called for requests using the POST "method".
     *
     * @param view The WebView that is initiating the callback.
     * @param url The url to be loaded.