mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
- Avoids reloading chat messages table view without reloading data first
- Removes redundant chat message reloading in configureForRoom
This commit is contained in:
parent
e10cb36cad
commit
756bd123ea
1 changed files with 3 additions and 1 deletions
|
|
@ -384,7 +384,9 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
BOOL fileSharingEnabled = linphone_core_get_file_transfer_server(LC) != NULL;
|
||||
[_pictureButton setEnabled:fileSharingEnabled];
|
||||
|
||||
[self callUpdateEvent:nil];
|
||||
[self updateSuperposedButtons];
|
||||
_toggleRecord.enabled = linphone_core_get_calls_nb(LC) == 0;
|
||||
|
||||
PhoneMainView.instance.currentRoom = _chatRoom;
|
||||
if (isOneToOne) {
|
||||
bctbx_list_t *participants = linphone_chat_room_get_participants(_chatRoom);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue