Hide video overlay stub when binding text-only quoted messages.

This commit is contained in:
Greyson Parrelli
2026-05-28 15:03:21 +00:00
committed by Alex Hart
parent 9d3a51def2
commit 47a69d667c
@@ -434,6 +434,7 @@ public class QuoteView extends ConstraintLayout implements RecipientForeverObser
if (TextUtils.isEmpty(quoteTargetContentType)) {
thumbnailView.setVisibility(GONE);
attachmentVideoOVerlayStub.setVisibility(GONE);
attachmentNameViewStub.setVisibility(GONE);
if (dismissStub.resolved()) {