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:
dharmesh 2020-07-11 08:47:45 +05:30 committed by Commit Bot
parent b8c03e4067
commit 13fbc08b93
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ Cyril Lashkevich <notorca@gmail.com>
David Porter <david@porter.me> David Porter <david@porter.me>
Dax Booysen <dax@younow.com> Dax Booysen <dax@younow.com>
Danail Kirov <dkirovbroadsoft@gmail.com> Danail Kirov <dkirovbroadsoft@gmail.com>
Dharmesh Chauhan <dharmesh.r.chauhan@gmail.com>
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
Dmitry Lizin <sdkdimon@gmail.com> Dmitry Lizin <sdkdimon@gmail.com>
Eric Rescorla, RTFM Inc. <ekr@rtfm.com> Eric Rescorla, RTFM Inc. <ekr@rtfm.com>

View File

@ -134,6 +134,7 @@ static NSString *const loopbackLaunchProcessArgument = @"loopback";
delegate:self]; delegate:self];
videoCallViewController.modalTransitionStyle = videoCallViewController.modalTransitionStyle =
UIModalTransitionStyleCrossDissolve; UIModalTransitionStyleCrossDissolve;
videoCallViewController.modalPresentationStyle = UIModalPresentationFullScreen;
[self presentViewController:videoCallViewController [self presentViewController:videoCallViewController
animated:YES animated:YES
completion:nil]; completion:nil];