Change incoming call notification to only require one click
This commit is contained in:
parent
6c9422808a
commit
4a46227909
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ pub fn init(cx: &mut MutableAppContext) {
|
||||||
},
|
},
|
||||||
|_| IncomingCallNotification::new(incoming_call.clone()),
|
|_| IncomingCallNotification::new(incoming_call.clone()),
|
||||||
);
|
);
|
||||||
|
cx.activate_window(window_id);
|
||||||
notification_windows.push(window_id);
|
notification_windows.push(window_id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue