ongakuer / CircleIndicator

A lightweight indicator like in nexus 5 launcher
Apache License 2.0
4.26k stars 713 forks source link

CircleIndicator2 doesn't show after scrolling in recyclerview #166

Open vladlazarean opened 5 months ago

vladlazarean commented 5 months ago

Hello, I got a viewholder with CircleIndicator2 and an ImageCarousel, after scrolling in recyclerview and coming back to the carousel, the indicator dots disappear.

Any fixes for this issue? (kotlin)

Saw the example in sample, i think there works better with compose, I'm trying it in xml (ListAdapter) nAdapter.registerAdapterDataObserver(it.mDots.adapterDataObserver) doesn't work

vladlazarean commented 5 months ago

Setting visibility to visible in view holder solved my issue