mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Enable hardware acceleration for WebView
This commit is contained in:
parent
6afcd1dce9
commit
740c2b0318
1 changed files with 2 additions and 0 deletions
|
@ -1458,6 +1458,8 @@ 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 a new issue