Fix issue with reactions pill not appearing.

fork-5.53.8
Greyson Parrelli 2020-02-05 11:32:20 -05:00
rodzic 49d418bb39
commit c94e93b916
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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