Skip to content

Commit

Permalink
Fix issue with reactions pill not appearing.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Feb 5, 2020
1 parent 49d418b commit c94e93b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ private void init(@Nullable AttributeSet attrs) {


public void clear() {
this.records.clear();
this.bubbleWidth = 0;
removeAllViews();
}

Expand Down

0 comments on commit c94e93b

Please sign in to comment.