mirror of https://github.com/M66B/FairEmail.git
Revert "Enable hardware acceleration for WebView"
This reverts commit 740c2b0318
.
This commit is contained in:
parent
842cab974e
commit
55bb518ad5
|
@ -1458,8 +1458,6 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
|||
}
|
||||
});
|
||||
|
||||
// https://issuetracker.google.com/issues/36933699
|
||||
webView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
|
||||
webView.setBackgroundColor(Color.TRANSPARENT);
|
||||
|
||||
WebSettings settings = webView.getSettings();
|
||||
|
|
Loading…
Reference in New Issue