@niktszczegolny Recently I have migrated to AndroidX and I got an error because the fastScroller.setRecyclerView() method is expecting an android.support.v7.widget.RecyclerView instance, bubt I'm sendind an androidx.recyclerview.widget.RecyclerView what should do I do?
@niktszczegolny Recently I have migrated to AndroidX and I got an error because the fastScroller.setRecyclerView() method is expecting an android.support.v7.widget.RecyclerView instance, bubt I'm sendind an androidx.recyclerview.widget.RecyclerView what should do I do?