mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 00:58:50 -05:00
astyle
This commit is contained in:
parent
fa510f2dab
commit
4a97f4a1a0
@ -916,9 +916,9 @@ public class MessageView extends K9Activity implements OnClickListener
|
||||
|
||||
final WebSettings webSettings = mMessageContentView.getSettings();
|
||||
|
||||
webSettings.setCacheMode(WebSettings.LOAD_NO_CACHE);
|
||||
webSettings.setCacheMode(WebSettings.LOAD_NO_CACHE);
|
||||
webSettings.setSupportZoom(true);
|
||||
webSettings.setJavaScriptEnabled(false);
|
||||
webSettings.setJavaScriptEnabled(false);
|
||||
webSettings.setLoadsImagesAutomatically(true);
|
||||
webSettings.setRenderPriority(WebSettings.RenderPriority.HIGH);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user