With this change, K-9 does a better job of loading embedded images by default for me.
This commit is contained in:
parent
cbe7ab7081
commit
027e213bb2
1 changed files with 1 additions and 0 deletions
|
@ -485,6 +485,7 @@ public class MessageView extends K9Activity
|
|||
final WebSettings webSettings = mMessageContentView.getSettings();
|
||||
|
||||
webSettings.setSupportZoom(true);
|
||||
webSettings.setLoadsImagesAutomatically(true);
|
||||
//webSettings.setBuiltInZoomControls(true);
|
||||
webSettings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm.NARROW_COLUMNS);
|
||||
|
||||
|
|
Loading…
Reference in a new issue