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

Commit dc0ec6d6 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android Git Automerger
Browse files

am 74077c8f: Clear the password field when reloading the current page.

Merge commit '74077c8f' into eclair-plus-aosp

* commit '74077c8f':
  Clear the password field when reloading the current page.
parents b9420005 74077c8f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1394,6 +1394,7 @@ public class WebView extends AbsoluteLayout
     * Reload the current url.
     */
    public void reload() {
        clearTextEntry();
        switchOutDrawHistory();
        mWebViewCore.sendMessage(EventHub.RELOAD);
    }