Skip to content

Commit

Permalink
xcode: bump v3.10 build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Nov 5, 2015
1 parent ac0aacb commit aaa7f2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/ChatConversationView.m
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ - (void)applicationWillEnterForeground:(NSNotification *)notif {
}

- (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 {
Expand Down
2 changes: 1 addition & 1 deletion linphone-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIApplicationExitsOnSuspend</key>
Expand Down

0 comments on commit aaa7f2e

Please sign in to comment.