am 74077c8f: Clear the password field when reloading the current page.
Merge commit '74077c8f2ed67b79be67df853158932fbd774865' into eclair-plus-aosp * commit '74077c8f2ed67b79be67df853158932fbd774865': Clear the password field when reloading the current page.
This commit is contained in:
@@ -1394,6 +1394,7 @@ public class WebView extends AbsoluteLayout
|
|||||||
* Reload the current url.
|
* Reload the current url.
|
||||||
*/
|
*/
|
||||||
public void reload() {
|
public void reload() {
|
||||||
|
clearTextEntry();
|
||||||
switchOutDrawHistory();
|
switchOutDrawHistory();
|
||||||
mWebViewCore.sendMessage(EventHub.RELOAD);
|
mWebViewCore.sendMessage(EventHub.RELOAD);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user