mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-08 16:48:34 +00:00
parent
b94a636542
commit
ffcd311c90
@ -838,6 +838,11 @@ public class ConversationListFragment extends MainFragment implements ActionMode
|
||||
|
||||
@Override
|
||||
public boolean onConversationLongClick(Conversation conversation) {
|
||||
if (actionMode != null) {
|
||||
onConversationClick(conversation);
|
||||
return true;
|
||||
}
|
||||
|
||||
defaultAdapter.initializeBatchMode(true);
|
||||
defaultAdapter.toggleConversationInBatchSet(conversation);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user