Fix joined rooms dropping to the bottom at first
This commit is contained in:
parent
db24f174b1
commit
692c6119b4
3 changed files with 51 additions and 7 deletions
|
|
@ -1009,13 +1009,13 @@ ChatPage::trySync()
|
|||
cache::saveState(res);
|
||||
olm::handle_to_device_messages(res.to_device);
|
||||
|
||||
emit syncUI(res.rooms);
|
||||
|
||||
auto updates = cache::roomUpdates(res);
|
||||
|
||||
emit syncTopBar(updates);
|
||||
emit syncRoomlist(updates);
|
||||
|
||||
emit syncUI(res.rooms);
|
||||
|
||||
emit syncTags(cache::roomTagUpdates(res));
|
||||
|
||||
// if we process a lot of syncs (1 every 200ms), this means we clean the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue