Present calls using window manager.

pull/1/head
Matthew Chen 7 years ago
parent 17fce2fdd2
commit f4439f8af8

@ -205,7 +205,8 @@ const int kReturnToCallWindowHeight = 20.f;
OWSAssert(!self.callViewController);
self.callViewController = callViewController;
// Attach callViewController from window.
// Attach callViewController to window.
[self.callNavigationController popToRootViewControllerAnimated:NO];
[self.callNavigationController pushViewController:callViewController animated:NO];
self.isCallViewActive = YES;

Loading…
Cancel
Save