Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

com.xwray.groupie.GroupAdapter.onViewRecycled java.lang.NullPointerException #439

Open
drbf17 opened this issue Jan 16, 2023 · 0 comments
Open
Labels

Comments

@drbf17
Copy link

drbf17 commented Jan 16, 2023

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

@drbf17 drbf17 added the bug label Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant