I managed to sovle this with adding this line
recyclerView.setOnFlingListener(null);
before
snapHelper.attachToRecyclerView(recyclerView);
I managed to sovle this with adding this line
recyclerView.setOnFlingListener(null);
before
snapHelper.attachToRecyclerView(recyclerView);