Set bubble width in onMeasure.

This commit is contained in:
Alex Hart
2023-09-18 08:45:54 -04:00
parent 151980c6de
commit ab6d3b5e8d

View File

@@ -519,6 +519,8 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
return;
}
reactionsView.setBubbleWidth(bodyBubble.getWidth());
boolean needsMeasure = false;
if (hasQuote(messageRecord)) {