Fix swipe to reply clobbering long press events.
This commit is contained in:
parent
28afe0d829
commit
4bdfc37bc1
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ class ConversationItemSwipeCallback extends ItemTouchHelper.SimpleCallback {
|
|||
}
|
||||
recyclerView.setOnTouchListener(null);
|
||||
}
|
||||
recyclerView.cancelPendingInputEvents();
|
||||
}
|
||||
|
||||
private static void resetProgressIfAnimationsDisabled(RecyclerView.ViewHolder viewHolder) {
|
||||
|
|
Loading…
Add table
Reference in a new issue