1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Minor formatting cleanup.

This commit is contained in:
Andrew Chen 2010-12-31 08:56:05 +00:00
parent 29fdb81f9b
commit 731ea27a24

View File

@ -48,7 +48,6 @@ public class MessageWebView extends WebView {
/**
* Configure a web view to load or not load network data. A <b>true</b> setting here means that
* network data will be blocked.
* @param view {@link android.webkit.WebView} to adjust network data settings on.
* @param shouldBlockNetworkData True if network data should be blocked, false to allow network data.
*/
public void blockNetworkData(final boolean shouldBlockNetworkData)
@ -121,7 +120,7 @@ public class MessageWebView extends WebView {
blockNetworkData(true);
}
/*
/*
* Emulate the shift key being pressed to trigger the text selection mode
* of a WebView.
*/