replace setting of room id in choreographer

This commit is contained in:
ggurdin 2024-07-17 10:10:18 -04:00
parent b3c90fa027
commit 36fc580c45

View file

@ -327,6 +327,7 @@ class ChatController extends State<ChatPageWithRoom>
);
}
await Matrix.of(context).client.roomsLoading;
choreographer.setRoomId(roomId);
});
// Pangea#
_tryLoadTimeline();