mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Add missing update() on typing display
This commit is contained in:
parent
22161b502e
commit
509d3eb8b4
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@ TypingDisplay::setUsers(const QStringList &uid)
|
|||
{
|
||||
if (uid.isEmpty()) {
|
||||
text_.clear();
|
||||
update();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue