Set location on ActiveCall
even before there's a room
We will automatically call `Room::set_location` once a room has been assigned.
This commit is contained in:
parent
874a3605f8
commit
9860dbbbea
5 changed files with 80 additions and 53 deletions
|
@ -567,7 +567,7 @@ impl Room {
|
|||
})
|
||||
}
|
||||
|
||||
pub fn set_location(
|
||||
pub(crate) fn set_location(
|
||||
&mut self,
|
||||
project: Option<&ModelHandle<Project>>,
|
||||
cx: &mut ModelContext<Self>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue