Android SystemUI glitches in Lollipop

前端 未结 6 1310
借酒劲吻你
借酒劲吻你 2020-11-30 07:27

This bug only occurs on my Nexus 5 and my Nexus 7 running Lollipop.

EDIT

This bug also occurs in the new <

6条回答
  •  暖寄归人
    2020-11-30 08:20

    Call request layout on DecorView after rendering:

    getActivity().getWindow().getDecorView().requestLayout();
    

    I call it using postDelay() in WebViewClient.onPageFinished(). It's not a perfect solution (just a workaround) but maybe better way like LAYER_TYPE_SOFTWARE.

提交回复
热议问题