Explicitly set presentation style to full screen, because,
otherwise it is showing in page sheet. Bug: webrtc:11786 Change-Id: I66e24127c249d342dc3cc3df20a78dcde0429da3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179040 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31751}
This commit is contained in:
parent
b8c03e4067
commit
13fbc08b93
1
AUTHORS
1
AUTHORS
@ -20,6 +20,7 @@ Cyril Lashkevich <notorca@gmail.com>
|
||||
David Porter <david@porter.me>
|
||||
Dax Booysen <dax@younow.com>
|
||||
Danail Kirov <dkirovbroadsoft@gmail.com>
|
||||
Dharmesh Chauhan <dharmesh.r.chauhan@gmail.com>
|
||||
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
|
||||
Dmitry Lizin <sdkdimon@gmail.com>
|
||||
Eric Rescorla, RTFM Inc. <ekr@rtfm.com>
|
||||
|
||||
@ -134,6 +134,7 @@ static NSString *const loopbackLaunchProcessArgument = @"loopback";
|
||||
delegate:self];
|
||||
videoCallViewController.modalTransitionStyle =
|
||||
UIModalTransitionStyleCrossDissolve;
|
||||
videoCallViewController.modalPresentationStyle = UIModalPresentationFullScreen;
|
||||
[self presentViewController:videoCallViewController
|
||||
animated:YES
|
||||
completion:nil];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user