Fix issue with reactions pill not appearing.

This commit is contained in:
Greyson Parrelli 2020-02-05 11:32:20 -05:00
parent 49d418bb39
commit c94e93b916

View file

@ -58,6 +58,8 @@ public class ReactionsConversationView extends LinearLayout {
public void clear() {
this.records.clear();
this.bubbleWidth = 0;
removeAllViews();
}