Fix quoting file-only messages.

This commit is contained in:
Greyson Parrelli
2025-10-27 10:49:56 -04:00
committed by jeffrey-signal
parent 7b7b6a32ee
commit b15b50798a

View File

@@ -422,7 +422,7 @@ public class QuoteView extends ConstraintLayout implements RecipientForeverObser
return;
}
if (TextUtils.isEmpty(quoteTargetContentType) || slide == null || slide.getUri() == null) {
if (TextUtils.isEmpty(quoteTargetContentType)) {
thumbnailView.setVisibility(GONE);
attachmentNameViewStub.setVisibility(GONE);