mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 07:07:33 +00:00
Disable mention clicks in multi-select mode.
This commit is contained in:
@@ -1521,7 +1521,7 @@ public class ConversationItem extends LinearLayout implements BindableConversati
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onClick(@NonNull View widget) {
|
public void onClick(@NonNull View widget) {
|
||||||
if (eventListener != null) {
|
if (eventListener != null && batchSelected.isEmpty()) {
|
||||||
VibrateUtil.vibrateTick(context);
|
VibrateUtil.vibrateTick(context);
|
||||||
eventListener.onGroupMemberClicked(mentionedRecipientId, conversationRecipient.get().requireGroupId());
|
eventListener.onGroupMemberClicked(mentionedRecipientId, conversationRecipient.get().requireGroupId());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user