You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
0号位删除,正常1号位补到0,但是1号位的position还是0
目前只能通过
//重新刷新数据
mRcv.post(new Runnable() {
@OverRide
public void run() {
mAdapter.notifyItemRangeChanged(0, mAdapter.getItemCount());
}
});
解决问题
The text was updated successfully, but these errors were encountered: