Add missing update() on typing display

This commit is contained in:
Konstantinos Sideris 2018-08-09 13:39:39 +03:00
parent 22161b502e
commit 509d3eb8b4
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ TypingDisplay::setUsers(const QStringList &uid)
{ {
if (uid.isEmpty()) { if (uid.isEmpty()) {
text_.clear(); text_.clear();
update();
return; return;
} }