recyclerview-animators
recyclerview-animators copied to clipboard
NotifyItemChanged not working
Hi, i try to update particular position item value but its not working:
public void updateStatus(int position, String status) {
Item itemTemp= mFeedList.get(position);
if (itemTemp != null && itemTemp.Labels!= null) {
itemTemp.Labels.setStatus(status);
notifyItemChanged(position);
}
}
+1
+1
+1
+1
hey guys, there's a :+1: reaction, just use that instead of leaving "+1" comments. it helps cut down on the noise.