adapter刷新数据布局错乱
doudou199291 opened this issue · 2 comments
doudou199291 commented
Vivo X20上,点击添加数据之后,点击adapter整体刷新数据,布局会错乱,使用的是1.6版本;
xiangcman commented
我这边验证过你的问题,整体刷新是不会出现你说的错乱问题(事例代码):
list.add(0,new ShowItem("新增的1"));
list.add(0,new ShowItem("新增的2"));
list.add(0,new ShowItem("新增的3"));
flowAdapter.notifyDataSetChanged();
doudou199291 commented
添加之后我更改为直接setadapter就正常;