mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Don't open images directly from the quote bottom sheet.
This commit is contained in:
committed by
Cody Henthorne
parent
a87fe78c33
commit
53663b5ebd
@@ -2308,7 +2308,7 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
|
||||
|
||||
private class ThumbnailClickListener implements SlideClickListener {
|
||||
public void onClick(final View v, final Slide slide) {
|
||||
if (shouldInterceptClicks(messageRecord) || !batchSelected.isEmpty()) {
|
||||
if (shouldInterceptClicks(messageRecord) || !batchSelected.isEmpty() || isCondensedMode) {
|
||||
performClick();
|
||||
} else if (!canPlayContent && mediaItem != null && eventListener != null) {
|
||||
eventListener.onPlayInlineContent(conversationMessage);
|
||||
|
||||
Reference in New Issue
Block a user