mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 13:08:46 +00:00
Set bubble width in onMeasure.
This commit is contained in:
@@ -519,6 +519,8 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
|
||||
return;
|
||||
}
|
||||
|
||||
reactionsView.setBubbleWidth(bodyBubble.getWidth());
|
||||
|
||||
boolean needsMeasure = false;
|
||||
|
||||
if (hasQuote(messageRecord)) {
|
||||
|
||||
Reference in New Issue
Block a user