Android RecyclerView Adapter: notifyItemInserted and notifyItemMoved at index 0 not working

前端 未结 2 798
栀梦
栀梦 2021-01-17 16:33

I have a RecyclerView with a horizontal linear layout manager declared like this:

RecyclerView graph = (RecyclerView) findViewById(R.id.graph);

RecyclerView         


        
2条回答
  •  有刺的猬
    2021-01-17 17:08

    I removed recycler.setHasFixedSize(true); and now it works. I have no idea why this would be related though.

提交回复
热议问题