Merge pull request #479 from pangeachat/optimizations
replace setting of room id in choreographer
This commit is contained in:
commit
d81f1996e6
1 changed files with 1 additions and 0 deletions
|
|
@ -327,6 +327,7 @@ class ChatController extends State<ChatPageWithRoom>
|
|||
);
|
||||
}
|
||||
await Matrix.of(context).client.roomsLoading;
|
||||
choreographer.setRoomId(roomId);
|
||||
});
|
||||
// Pangea#
|
||||
_tryLoadTimeline();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue