79081432

Date: 2024-10-12 16:37:28
Score: 1.5
Natty:
Report link

I tried this and it helps with disappearing WebView:

webView.setLayerType(View.LAYER_TYPE_HARDWARE, Paint().apply {
    xfermode = PorterDuffXfermode(PorterDuff.Mode.SRC_OVER)
})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Max Lebedev