mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 03:58:48 +00:00
Fix horizontal ReactionView margins.
This commit is contained in:
@@ -521,8 +521,6 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
|
||||
return;
|
||||
}
|
||||
|
||||
reactionsView.setBubbleWidth(bodyBubble.getWidth());
|
||||
|
||||
boolean needsMeasure = false;
|
||||
|
||||
if (hasQuote(messageRecord)) {
|
||||
|
||||
@@ -118,6 +118,7 @@ public class ReactionsConversationView extends LinearLayout {
|
||||
return false;
|
||||
}
|
||||
|
||||
bubbleWidth = -1;
|
||||
this.records.clear();
|
||||
this.records.addAll(records);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user