mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
Minor formatting cleanup.
This commit is contained in:
parent
29fdb81f9b
commit
731ea27a24
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user