Fix horizontal ReactionView margins.

This commit is contained in:
Alex Hart
2023-10-02 13:53:24 -03:00
parent 91a9d6c68f
commit 4bf49df6fa
2 changed files with 1 additions and 2 deletions

View File

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

View File

@@ -118,6 +118,7 @@ public class ReactionsConversationView extends LinearLayout {
return false; return false;
} }
bubbleWidth = -1;
this.records.clear(); this.records.clear();
this.records.addAll(records); this.records.addAll(records);