mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-05 07:27:42 +02:00
Dismiss the call screen instead of alerts on it
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user