Support RecyclerView doesn't show anything until touched

前端 未结 9 1818
后悔当初
后悔当初 2021-02-04 23:41

I\'m using the support RecyclerView in my app, and I see the most bizarre thing. It doesn\'t display any items until I touch to scroll. Then, all of a sudden, the RecyclerView p

9条回答
  •  终归单人心
    2021-02-05 00:18

    Since this is still happening, here is an specific fixed instance in case it helps someone:

    • It happened only when the cell view contains a WebView.

    The fix:

    • Call setIsRecyclable(false) from the ViewHolder

提交回复
热议问题