mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 08:47:27 +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