I am struggeleing with some weird issue i am facing the following state
- RecyclerView Calling onCreateViewHolder
- getItemCount() > 0
- Items are preseneted and scrollable
- onBindViewHolder is not been called so they have no data
- No exception in log
Did someone faced a simmeler issue?