uknownothingsnow / CircleProgress

CircleProgress, DonutProgress, ArcProgress
3.81k stars 921 forks source link

Views disappears! #1

Closed emreaktrk closed 9 years ago

emreaktrk commented 9 years ago

I have implemented a view pager which has 3 page in it. My first fragment has arc progress (does not matter which one). When i go to last fragment and turned back to first one which has my arc progress, i cannot see the arc. If i try with it ciricular i cannot see the cirricular then.

I tried to invalidate view to force it re-draw. It didnt fixed. I think problem may be about restoring state.

Good luck there

uknownothingsnow commented 9 years ago

@emreaktrk this bug has been fixed in the latest code, and I add a viewpager test in demo module, I will make a new release lately, thanks for your feedback.