kopia lustrzana https://github.com/ryukoposting/Signal-Android
Disallow swiping on selected conversation list items.
rodzic
10dd39abea
commit
a70ab94d24
|
@ -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;
|
||||
|
|
Ładowanie…
Reference in New Issue