replace setting of room id in choreographer
This commit is contained in:
parent
b3c90fa027
commit
36fc580c45
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