Move incoming calls into ActiveCall
This commit is contained in:
parent
fa31c9659b
commit
55cc142319
11 changed files with 362 additions and 373 deletions
|
@ -13,7 +13,7 @@ use workspace::{AppState, JoinProject, ToggleFollow, Workspace};
|
|||
pub fn init(app_state: Arc<AppState>, cx: &mut MutableAppContext) {
|
||||
contacts_popover::init(cx);
|
||||
collab_titlebar_item::init(cx);
|
||||
incoming_call_notification::init(app_state.user_store.clone(), cx);
|
||||
incoming_call_notification::init(cx);
|
||||
project_shared_notification::init(cx);
|
||||
|
||||
cx.add_global_action(move |action: &JoinProject, cx| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue