kofigyan / StateProgressBar

Android library to realize the various states and transitions in a ProgressBar.
1.55k stars 234 forks source link

On scrolling it sets all states enabled #43

Closed Hrishi35 closed 5 years ago

Hrishi35 commented 5 years ago

On scrolling in list view adapter , state progress bar enables all states

kofigyan commented 5 years ago

Hi @Hrishi35, can you give details of use case or even better sample code of usage in/with listview adapter.

Hrishi35 commented 5 years ago

Got it fixed by notifydatasetchanged() .

kofigyan commented 5 years ago

Great