Dismiss the call screen instead of alerts on it

This commit is contained in:
ismailgulek
2021-02-16 21:45:53 +03:00
parent c28e1aec8e
commit ccf241fbbd
+1 -1
View File
@@ -4473,7 +4473,7 @@ NSString *const AppDelegateUniversalLinkDidChangeNotification = @"AppDelegateUni
// Check whether the call view controller is actually presented
if (viewController.presentingViewController)
{
[viewController dismissViewControllerAnimated:YES completion:^{
[viewController.presentingViewController dismissViewControllerAnimated:YES completion:^{
if (viewController.shouldPromptForStunServerFallback)
{