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

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