Add missing update() on typing display
This commit is contained in:
parent
22161b502e
commit
509d3eb8b4
@ -23,6 +23,8 @@ TypingDisplay::setUsers(const QStringList &uid)
|
|||||||
{
|
{
|
||||||
if (uid.isEmpty()) {
|
if (uid.isEmpty()) {
|
||||||
text_.clear();
|
text_.clear();
|
||||||
|
update();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user