Disallow swiping on selected conversation list items.
This commit is contained in:
parent
10dd39abea
commit
a70ab94d24
1 changed files with 1 additions and 0 deletions
|
@ -1338,6 +1338,7 @@ public class ConversationListFragment extends MainFragment implements ActionMode
|
|||
if (viewHolder.itemView instanceof ConversationListItemAction ||
|
||||
viewHolder instanceof ConversationListAdapter.HeaderViewHolder ||
|
||||
actionMode != null ||
|
||||
viewHolder.itemView.isSelected() ||
|
||||
activeAdapter == searchAdapter)
|
||||
{
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue