<Null pointer exception in adapter crash show in f...
# stackoverflow
u
Null pointer exception in adapter crash show in firebase analytics in production build Hey stackoverflow I get null pointer exception in adapter and can't figure it out what is wrong with my code. Its working fine in test builds but in production build it give crash in firebase analytics. Adapter code is : class NotificationAdapter(notificationDataArrayList:ArrayList, private val clickListener:ClickListener, mcontext: Context): RecyclerView.Adapter() { val notificationArrayList : ArrayList val mcontext : Context...