I have created a RecyclerView, RecyclerView.Callback, and RecyclerView.ItemTouchHelper that allows the user to reorder the items by dragging. This is mostly successful, except for the fact that it only allows me to drag the item 1 space at a time, even if I do not lift my finger. How can I fix this?