binding-collection-adapter icon indicating copy to clipboard operation
binding-collection-adapter copied to clipboard

Bindable Values not getting notified after Refresh

Open ermanishks opened this issue 2 years ago • 0 comments

Is this a general databinding issue or question? You are more likely to get a response from somewhere like StackOverflow.

Issue

Hello All, I am facing a strange issue with BindingRecyclerViewAdapter.

When list gets refresh ( pull to refresh or from server ) , if bindViewHolder doesn't called ( since there are exactly same data , i am using DiffcallBack), Bindable property stopped working . To put it simply , on refresh of list , notifyPropertyChanged(Br.property) is not getting notified. I can supply with the detail code snippet.

@evant have you faced something like this earlier ?

ermanishks avatar Oct 18 '22 04:10 ermanishks