解决滑动过程复用异常

This commit is contained in:
liujing
2021-10-11 10:53:40 +08:00
parent 5bf2fa7d1c
commit 49e3b150f1

View File

@@ -97,4 +97,8 @@ public class CheckInfoAdapter extends RecyclerView.Adapter {
}
}
@Override
public int getItemViewType(int position) {
return position;
}
}