diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index fed78bf7e..661fafd5c 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -1441,8 +1441,7 @@ static void linphone_iphone_call_encryption_changed(LinphoneCore *lc, LinphoneCa void linphone_iphone_chatroom_state_changed(LinphoneCore *lc, LinphoneChatRoom *cr, LinphoneChatRoomState state) { if (state == LinphoneChatRoomStateCreated) { - // this will cause lost of unread notification of TabBarView - //[NSNotificationCenter.defaultCenter postNotificationName:kLinphoneMessageReceived object:nil]; + [NSNotificationCenter.defaultCenter postNotificationName:kLinphoneMessageReceived object:nil]; } }