mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +00:00
Cleanup
This commit is contained in:
parent
834199757a
commit
4913fffba1
1 changed files with 0 additions and 2 deletions
|
@ -1400,7 +1400,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
.show();
|
||||
}
|
||||
|
||||
//@SuppressLint({"SetJavaScriptEnabled"})
|
||||
private void onShowHtmlConfirmed(final TupleMessageEx message) {
|
||||
properties.setValue("html", message.id, true);
|
||||
btnHtml.setVisibility(View.GONE);
|
||||
|
@ -1432,7 +1431,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
webView.loadUrl("about:blank");
|
||||
|
||||
WebSettings settings = webView.getSettings();
|
||||
//settings.setJavaScriptEnabled(true);
|
||||
settings.setUseWideViewPort(true);
|
||||
settings.setLoadWithOverviewMode(true);
|
||||
settings.setLayoutAlgorithm(WebSettings.LayoutAlgorithm.TEXT_AUTOSIZING);
|
||||
|
|
Loading…
Reference in a new issue