mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-22 20:18:36 +00:00
Fix horizontal ReactionView margins.
This commit is contained in:
@@ -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)) {
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user