chahine / pageindicator

An Instagram like page indicator compatible with RecyclerView and ViewPager.
MIT License
278 stars 42 forks source link

Animation update #20

Open dnsfrolov opened 5 years ago

dnsfrolov commented 5 years ago

at com.chahinem.pageindicator.PageIndicator$animateDots$$inlined$let$lambda$1.onAnimationUpdate(PageIndicator.kt:193) at android.animation.ValueAnimator.animateValue(ValueAnimator.java:1350) at android.animation.ValueAnimator.animateBasedOnTime(ValueAnimator.java:1262) at android.animation.ValueAnimator.doAnimationFrame(ValueAnimator.java:1310) at android.animation.AnimationHandler.doAnimationFrame(AnimationHandler.java:146) at android.animation.AnimationHandler.-wrap2(AnimationHandler.java) at android.animation.AnimationHandler$1.doFrame(AnimationHandler.java:54) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:872) at android.view.Choreographer.doCallbacks(Choreographer.java:686) at android.view.Choreographer.doFrame(Choreographer.java:618) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:860) at android.os.Handler.handleCallback(Handler.java:751) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:154) at android.app.ActivityThread.main(ActivityThread.java:6186) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:889) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:779)

chahine commented 5 years ago

@segasunset would you happen to have the actual name of the exception, and the steps to reproduce this exception ?

dnsfrolov commented 5 years ago

@chahine It happens when I scroll fast view pager and change visibility of PageIndicatorView by TransitionManager in addition.