Render room using only widgets
This commit is contained in:
parent
3e6b214e81
commit
8b3166c6d7
2 changed files with 45 additions and 89 deletions
|
|
@ -72,7 +72,7 @@ impl Rooms {
|
|||
let actual_room = self.euph_rooms.entry(room.clone()).or_insert_with(|| {
|
||||
EuphRoom::new(self.vault.euph(room.clone()), self.ui_event_tx.clone())
|
||||
});
|
||||
actual_room.render(frame).await;
|
||||
actual_room.widget().await.render(frame).await;
|
||||
} else {
|
||||
self.render_rooms(frame).await;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue