Open Stashevskiy opened 3 years ago
I also encountered the same problem, do you have a good solution
I also encountered the same problem
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?