Change incoming call notification to only require one click

This commit is contained in:
Mikayla Maki 2023-01-19 11:43:46 -08:00
parent 6c9422808a
commit 4a46227909

View file

@ -48,6 +48,7 @@ pub fn init(cx: &mut MutableAppContext) {
},
|_| IncomingCallNotification::new(incoming_call.clone()),
);
cx.activate_window(window_id);
notification_windows.push(window_id);
}
}