Merge pull request #1330 from morozkin/decline_crash

Fix crash on decline button
This commit is contained in:
manuroe 2017-06-21 09:05:58 +02:00 committed by GitHub
commit e818011041

View file

@ -2314,7 +2314,6 @@ NSString *const kAppDelegateNetworkStatusDidChangeNotification = @"kAppDelegateN
// Release properly
[currentCallViewController destroy];
currentCallViewController = nil;
if (completion)
{