recyclerview-animators icon indicating copy to clipboard operation
recyclerview-animators copied to clipboard

NotifyItemChanged not working

Open kkrishraj opened this issue 7 years ago • 5 comments

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);
    }
}

kkrishraj avatar May 05 '17 05:05 kkrishraj

+1

Lianruoxia avatar Nov 06 '17 11:11 Lianruoxia

+1

GodisGod avatar Nov 22 '17 11:11 GodisGod

+1

LtrDan avatar Dec 05 '17 07:12 LtrDan

+1

SerhiiSolobaievUptech avatar Jan 15 '18 15:01 SerhiiSolobaievUptech

hey guys, there's a :+1: reaction, just use that instead of leaving "+1" comments. it helps cut down on the noise.

joshfriend avatar Jan 15 '18 16:01 joshfriend