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
Is there a way to start the loading again after the initial animation? I would like to implement a swipe refresh layout. The isAnimationPlay field is not set to default after the animation finishes.
The text was updated successfully, but these errors were encountered:
you can do like this
gradientXmlAdapter.measureHeightRecyclerViewAndItem(recyclerView, R.layout.item_gradient_xml);
gradientXmlAdapter.reloadSkeleton();
public void reloadSkeleton() {
this.items.clear();
skeletonConfig.setSkeletonIsOn(true);
notifyDataSetChanged();
}
Is there a way to start the loading again after the initial animation? I would like to implement a swipe refresh layout. The isAnimationPlay field is not set to default after the animation finishes.
The text was updated successfully, but these errors were encountered: