mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 21:38:33 +00:00
Fix swipe to reply clobbering long press events.
This commit is contained in:
parent
28afe0d829
commit
4bdfc37bc1
@ -143,6 +143,7 @@ class ConversationItemSwipeCallback extends ItemTouchHelper.SimpleCallback {
|
|||||||
}
|
}
|
||||||
recyclerView.setOnTouchListener(null);
|
recyclerView.setOnTouchListener(null);
|
||||||
}
|
}
|
||||||
|
recyclerView.cancelPendingInputEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void resetProgressIfAnimationsDisabled(RecyclerView.ViewHolder viewHolder) {
|
private static void resetProgressIfAnimationsDisabled(RecyclerView.ViewHolder viewHolder) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user