diff --git a/Classes/PhoneMainView.m b/Classes/PhoneMainView.m index 5cf6497cb..3f6c1c72a 100644 --- a/Classes/PhoneMainView.m +++ b/Classes/PhoneMainView.m @@ -859,7 +859,7 @@ static RootViewManager *rootViewManagerInstance = nil; } void main_view_chat_room_state_changed(LinphoneChatRoom *cr, LinphoneChatRoomState newState) { - PhoneMainView *view = (__bridge PhoneMainView *)linphone_chat_room_cbs_get_user_data(linphone_chat_room_get_callbacks(cr)); + PhoneMainView *view = PhoneMainView.instance; switch (newState) { case LinphoneChatRoomStateCreated: LOGI(@"Chat room [%p] created on server.", cr); diff --git a/submodules/externals/soci b/submodules/externals/soci index 672c6a8ef..125753ff2 160000 --- a/submodules/externals/soci +++ b/submodules/externals/soci @@ -1 +1 @@ -Subproject commit 672c6a8ef77ffc0725475a826110d13e22dc909d +Subproject commit 125753ff2fa8457b980fc4186606b9b08b2612b5 diff --git a/submodules/linphone b/submodules/linphone index 88e381ffb..918b217f9 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit 88e381ffb2430d5b42d26e2380467edada352079 +Subproject commit 918b217f9907cccab2d5be39649b3dab5b02ed38 diff --git a/submodules/ortp b/submodules/ortp index e4883ff01..8fff73b5b 160000 --- a/submodules/ortp +++ b/submodules/ortp @@ -1 +1 @@ -Subproject commit e4883ff0108622e10046b818a268f141218fb221 +Subproject commit 8fff73b5b56f1cbf6fcca10068cc0f401d024420