Android SystemUI glitches in Lollipop

前端 未结 6 1311
借酒劲吻你
借酒劲吻你 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:34

    I have also witnessed this problem in my own app.

    Any Android devs ever experience this kind of visual static? (see picture)

    Not only did I get that kind of visual static, but also repeated drawing. Only witnessed it on Nexus 5 with 5.0 when developing with api 21 and support library 21.0.+.

    For me its not very reproducible. It will happen repeatedly during one session of use, but the next day I won't be able to reproduce it.

    I am not using any WebViews (accept maybe via admob). I am using ViewPagers with fragments. I am also using DragSortList and first started seeing the issue in Activities that used it.

    https://github.com/bauerca/drag-sort-listview

    How reproducible is it for you guys?

提交回复
热议问题