Fix issue with reactions pill not appearing.
This commit is contained in:
parent
49d418bb39
commit
c94e93b916
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ public class ReactionsConversationView extends LinearLayout {
|
|||
|
||||
|
||||
public void clear() {
|
||||
this.records.clear();
|
||||
this.bubbleWidth = 0;
|
||||
removeAllViews();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue