You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2021. It is now read-only.
Not sure what the cause is, but I'm guessing it might actually be an issue with LinearLayoutManager
The text was updated successfully, but these errors were encountered:
vinc3m1
changed the title
Don't scroll when swapping with first element in linear list
List drag and scroll does weird things when the first visible item moves
Jan 16, 2015
to comment these lines worked for me.
// recyclerView.post(new Runnable() {
// @OverRide public void run() {
adapter.notifyItemMoved(fromPosition, toPosition);
// }
// });
Not sure what the cause is, but I'm guessing it might actually be an issue with LinearLayoutManager
The text was updated successfully, but these errors were encountered: