sunil dholpuria

Results 1 comments of sunil dholpuria

Hi, i had also face the same issue, just use below code override fun findSnapView(layoutManager: RecyclerView.LayoutManager?): View? { val view = super.findSnapView(layoutManager) if(view !=null){ notifyNewPageIfNeeded(recyclerView.getChildAdapterPosition(view!!))} return view }