You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the same.
this is because they replace your current adapter with their SkeletonAdapter when you call skeleton.show().
and they set your adapter again after you call skeleton.hide()
same issue: you can fix: in hide of the skeleton: check currentAdapter.
quick fix: you can check if(page == 1){skeleton.hide()}. You should only call once.
Hello, I found that library does not work with DiffUtill. When a new list is added, it will scroll to the first position. Сould you fix this?
The text was updated successfully, but these errors were encountered: