public beta 3.99.1(2)

This commit is contained in:
Benjamin Reis 2018-03-12 10:15:13 +01:00
parent 7dae2f4ad3
commit d0a7f4ede1
2 changed files with 4 additions and 2 deletions

View file

@ -900,8 +900,10 @@ static RootViewManager *rootViewManagerInstance = nil;
_waitView = waitView;
_waitView.hidden = NO;
LinphoneChatRoom *room = linphone_core_create_client_group_chat_room(LC, subject ?: LINPHONE_DUMMY_SUBJECT);
if (!room)
if (!room) {
_waitView.hidden = YES;
return;
}
LinphoneChatRoomCbs *cbs = linphone_factory_create_chat_room_cbs(linphone_factory_get());
linphone_chat_room_cbs_set_state_changed(cbs, main_view_chat_room_state_changed);

View file

@ -53,7 +53,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>ITSAppUsesNonExemptEncryption</key>
<true/>
<key>ITSEncryptionExportComplianceCode</key>