Skip to content

Commit

Permalink
Fix swipe to reply clobbering long press events.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal authored and greyson-signal committed Dec 6, 2019
1 parent 28afe0d commit 4bdfc37
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -143,6 +143,7 @@ private void handleTouchActionUp(@NonNull RecyclerView recyclerView,
}
recyclerView.setOnTouchListener(null);
}
recyclerView.cancelPendingInputEvents();
}

private static void resetProgressIfAnimationsDisabled(RecyclerView.ViewHolder viewHolder) {
Expand Down

0 comments on commit 4bdfc37

Please sign in to comment.