From aaa7f2e91b380a103b45380431c544d5bd58c495 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 5 Nov 2015 17:02:20 +0100 Subject: [PATCH] xcode: bump v3.10 build 2 --- Classes/ChatConversationView.m | 2 +- linphone-Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/ChatConversationView.m b/Classes/ChatConversationView.m index 40293be72..4697488c3 100644 --- a/Classes/ChatConversationView.m +++ b/Classes/ChatConversationView.m @@ -166,7 +166,7 @@ static UICompositeViewDescription *compositeDescription = nil; } - (void)callUpdateEvent:(NSNotification *)notif { - _callButton.hidden = linphone_core_get_current_call([LinphoneManager getLc]); + _callButton.hidden = (linphone_core_get_current_call([LinphoneManager getLc]) != NULL); } - (void)update { diff --git a/linphone-Info.plist b/linphone-Info.plist index 3a8542d66..2d0de1edb 100644 --- a/linphone-Info.plist +++ b/linphone-Info.plist @@ -53,7 +53,7 @@ CFBundleVersion - 1 + 2 LSRequiresIPhoneOS UIApplicationExitsOnSuspend