mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-25 13:39:24 +00:00
Fix swipe to reply clobbering long press events.
This commit is contained in:
committed by
Greyson Parrelli
parent
28afe0d829
commit
4bdfc37bc1
@@ -143,6 +143,7 @@ class ConversationItemSwipeCallback extends ItemTouchHelper.SimpleCallback {
|
||||
}
|
||||
recyclerView.setOnTouchListener(null);
|
||||
}
|
||||
recyclerView.cancelPendingInputEvents();
|
||||
}
|
||||
|
||||
private static void resetProgressIfAnimationsDisabled(RecyclerView.ViewHolder viewHolder) {
|
||||
|
||||
Reference in New Issue
Block a user