You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception java.lang.NullPointerException:
at com.xwray.groupie.GroupAdapter.onViewRecycled (GroupAdapter.java:239)
at com.xwray.groupie.GroupAdapter.onViewRecycled (GroupAdapter.java:20)
at androidx.recyclerview.widget.RecyclerView$Recycler.dispatchViewRecycled (RecyclerView.java:6957)
at androidx.recyclerview.widget.RecyclerView$Recycler.addViewHolderToRecycledViewPool (RecyclerView.java:6719)
at androidx.recyclerview.widget.RecyclerView$Recycler.recycleCachedViewAt (RecyclerView.java:6600)
at androidx.recyclerview.widget.RecyclerView$Recycler.recycleViewHolderInternal (RecyclerView.java:6648)
at androidx.recyclerview.widget.RecyclerView.removeAnimatingView (RecyclerView.java:1525)
at androidx.recyclerview.widget.RecyclerView$ItemAnimatorRestoreListener.onAnimationFinished (RecyclerView.java:13109)
at androidx.recyclerview.widget.RecyclerView$ItemAnimator.dispatchAnimationFinished (RecyclerView.java:13611)
at androidx.recyclerview.widget.SimpleItemAnimator.dispatchMoveFinished (SimpleItemAnimator.java:292)
at androidx.recyclerview.widget.DefaultItemAnimator$6.onAnimationEnd (DefaultItemAnimator.java:311)
at android.view.ViewPropertyAnimator$AnimatorEventListener.onAnimationEnd (ViewPropertyAnimator.java:1112)
at android.animation.Animator$AnimatorListener.onAnimationEnd (Animator.java:555)
at android.animation.ValueAnimator.endAnimation (ValueAnimator.java:1250)
at android.animation.ValueAnimator.doAnimationFrame (ValueAnimator.java:1492)
at android.animation.AnimationHandler.doAnimationFrame (AnimationHandler.java:146)
at android.animation.AnimationHandler.access$100 (AnimationHandler.java:37)
at android.animation.AnimationHandler$1.doFrame (AnimationHandler.java:54)
at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1106)
at android.view.Choreographer.doCallbacks (Choreographer.java:866)
at android.view.Choreographer.doFrame (Choreographer.java:792)
at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:1092)
at android.os.Handler.handleCallback (Handler.java:938)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8663)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1135)
To Reproduce
We were not able to reproduce the crash. Crash registered on Google Play
Expected behavior
A clear and concise description of what you expected to happen.
Describe the bug
Exception java.lang.NullPointerException:
at com.xwray.groupie.GroupAdapter.onViewRecycled (GroupAdapter.java:239)
at com.xwray.groupie.GroupAdapter.onViewRecycled (GroupAdapter.java:20)
at androidx.recyclerview.widget.RecyclerView$Recycler.dispatchViewRecycled (RecyclerView.java:6957)
at androidx.recyclerview.widget.RecyclerView$Recycler.addViewHolderToRecycledViewPool (RecyclerView.java:6719)
at androidx.recyclerview.widget.RecyclerView$Recycler.recycleCachedViewAt (RecyclerView.java:6600)
at androidx.recyclerview.widget.RecyclerView$Recycler.recycleViewHolderInternal (RecyclerView.java:6648)
at androidx.recyclerview.widget.RecyclerView.removeAnimatingView (RecyclerView.java:1525)
at androidx.recyclerview.widget.RecyclerView$ItemAnimatorRestoreListener.onAnimationFinished (RecyclerView.java:13109)
at androidx.recyclerview.widget.RecyclerView$ItemAnimator.dispatchAnimationFinished (RecyclerView.java:13611)
at androidx.recyclerview.widget.SimpleItemAnimator.dispatchMoveFinished (SimpleItemAnimator.java:292)
at androidx.recyclerview.widget.DefaultItemAnimator$6.onAnimationEnd (DefaultItemAnimator.java:311)
at android.view.ViewPropertyAnimator$AnimatorEventListener.onAnimationEnd (ViewPropertyAnimator.java:1112)
at android.animation.Animator$AnimatorListener.onAnimationEnd (Animator.java:555)
at android.animation.ValueAnimator.endAnimation (ValueAnimator.java:1250)
at android.animation.ValueAnimator.doAnimationFrame (ValueAnimator.java:1492)
at android.animation.AnimationHandler.doAnimationFrame (AnimationHandler.java:146)
at android.animation.AnimationHandler.access$100 (AnimationHandler.java:37)
at android.animation.AnimationHandler$1.doFrame (AnimationHandler.java:54)
at android.view.Choreographer$CallbackRecord.run (Choreographer.java:1106)
at android.view.Choreographer.doCallbacks (Choreographer.java:866)
at android.view.Choreographer.doFrame (Choreographer.java:792)
at android.view.Choreographer$FrameDisplayEventReceiver.run (Choreographer.java:1092)
at android.os.Handler.handleCallback (Handler.java:938)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8663)
at java.lang.reflect.Method.invoke (Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1135)
To Reproduce
We were not able to reproduce the crash. Crash registered on Google Play
Expected behavior
A clear and concise description of what you expected to happen.
Library version
2.10.1
Additional context
Motorola Channel - Android 10
Samsung A32 - Android 12
The app have had the following issue before: #438
The text was updated successfully, but these errors were encountered: