From 2f6e69d1087a099e09a0e14b4cec7dbfcaadbab5 Mon Sep 17 00:00:00 2001 From: giomfo Date: Mon, 23 May 2016 14:42:46 +0200 Subject: [PATCH] Bug Fix - 'Not supported voip call' prompt failed https://github.com/vector-im/vector-ios/issues/336 --- Vector/AppDelegate.m | 1 - 1 file changed, 1 deletion(-) diff --git a/Vector/AppDelegate.m b/Vector/AppDelegate.m index 4bb1eaeb8..4904fbe8a 100644 --- a/Vector/AppDelegate.m +++ b/Vector/AppDelegate.m @@ -1888,7 +1888,6 @@ NSString *const kAppDelegateDidTapStatusBarNotification = @"kAppDelegateDidTapSt }]; - noCallSupportAlert.sourceView = self.window.rootViewController.view; [noCallSupportAlert showInViewController:self.window.rootViewController]; break; }