Bug Fix - 'Not supported voip call' prompt failed

https://github.com/vector-im/vector-ios/issues/336
This commit is contained in:
giomfo
2016-05-23 14:42:46 +02:00
parent 3882b1f531
commit 2f6e69d108
-1
View File
@@ -1888,7 +1888,6 @@ NSString *const kAppDelegateDidTapStatusBarNotification = @"kAppDelegateDidTapSt
}];
noCallSupportAlert.sourceView = self.window.rootViewController.view;
[noCallSupportAlert showInViewController:self.window.rootViewController];
break;
}