mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +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
|
||||
public void onClick(@NonNull View widget) {
|
||||
if (eventListener != null) {
|
||||
if (eventListener != null && batchSelected.isEmpty()) {
|
||||
VibrateUtil.vibrateTick(context);
|
||||
eventListener.onGroupMemberClicked(mentionedRecipientId, conversationRecipient.get().requireGroupId());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user