diff --git a/linphone-app/ui/views/App/Dialog/NewConference.qml b/linphone-app/ui/views/App/Dialog/NewConference.qml index c84cced70..9048fac9d 100644 --- a/linphone-app/ui/views/App/Dialog/NewConference.qml +++ b/linphone-app/ui/views/App/Dialog/NewConference.qml @@ -557,7 +557,6 @@ DialogPlus { function removeParticipant(entry){ smartSearchBar.removeAddressToIgnore(entry.sipAddress) selectedParticipants.removeModel(entry) - ++lastContacts.reloadCount } @@ -579,7 +578,7 @@ DialogPlus { id:selectedParticipants chatRoomModel:null } - onEntryClicked: actions[0].handler(entry) + onEntryClicked: participantView.showSubtitle = !participantView.showSubtitle } } }