Open Zeliret opened 9 years ago
Hi @Zeliret!
The layout is updated through the internal adapter/recycler mechanism. The method that you point to is just a hook to update the visibility of SwipeToRefresh and Empty layouts when the underlying changes occur.
When you call notifyItemRangeChanged only the specified range is updated. You can try to debug the adapter and see if you provide the proper updates to views when binding to view happens
There is no reaction on notifyItemRangeChanged (for example) method invocation. You have an "update" method but I cant see where it is actually updates main layout.