DotLoadersPack-Android icon indicating copy to clipboard operation
DotLoadersPack-Android copied to clipboard

LazyLoader freeze in RecyclerViewHolder

Open chiftenj opened this issue 4 years ago • 1 comments

Hi, I used this library as a loader for my PageListAdapter. I added two ViewHolder, one for data and one for ProgressBar. after one or twice the animation of LazyLoader get freeze i didn't test other ProgressBar in this lib but android ProgressPar seems to work good. so it must be a DotLoadersPack problem

chiftenj avatar Oct 08 '20 13:10 chiftenj

You should startLoading() or initView() after setting the visibility to View.VISIBLE to continue the animation

AgiMaulana avatar Oct 05 '21 04:10 AgiMaulana