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
Hello !
using your sdk on prod application, we randomly get this crash:
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'androidx.recyclerview.widget.RecyclerView$Adapter androidx.recyclerview.widget.RecyclerView.getAdapter()' on a null object reference
at com.dimelo.dimelosdk.main.RcDimeloChatAdapter$DimeloViewHolder.displayAvatar(RcDimeloChatAdapter.java:103)
at com.dimelo.dimelosdk.main.RcSystemMessageViewHolder.bindViewHolder(RcSystemMessageViewHolder.java:139)
at com.dimelo.dimelosdk.main.RcDimeloChatAdapter.onBindViewHolder(RcDimeloChatAdapter.java:282)
at com.dimelo.dimelosdk.main.RcDimeloChatAdapter.onBindViewHolder(RcDimeloChatAdapter.java:39)
at androidx.recyclerview.widget.RecyclerView$Adapter.onBindViewHolder(RecyclerView.java:7747)
at androidx.recyclerview.widget.RecyclerView$Adapter.bindViewHolder(RecyclerView.java:7847)
at androidx.recyclerview.widget.RecyclerView$Recycler.tryBindViewHolderByDeadline(RecyclerView.java:6646)
at androidx.recyclerview.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(RecyclerView.java:6917)
at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6757)
at androidx.recyclerview.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:6753)
at androidx.recyclerview.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:2362)
at androidx.recyclerview.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java)
at androidx.recyclerview.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1622)
at androidx.recyclerview.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:662)
at androidx.recyclerview.widget.RecyclerView.dispatchLayoutStep2(RecyclerView.java:4645)
at androidx.recyclerview.widget.RecyclerView.dispatchLayout(RecyclerView.java:4348)
at androidx.recyclerview.widget.RecyclerView.onLayout(RecyclerView.java:4919)
....
we have been experiencing this issue for several releases now.
Could you add a fix for this please ?
Android Dimelo SDK 3.1.0
The text was updated successfully, but these errors were encountered:
Hello !
using your sdk on prod application, we randomly get this crash:
we have been experiencing this issue for several releases now.
Could you add a fix for this please ?
Android Dimelo SDK 3.1.0
The text was updated successfully, but these errors were encountered: