mirror of
https://github.com/moparisthebest/k-9
synced 2025-02-07 02:30:10 -05:00
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
@ -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 New Issue
Block a user