mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed selecting participant in group conversation when typing '@'
This commit is contained in:
parent
f283c8b9e0
commit
5af2fb678f
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class ParticipantModel
|
|||
|
||||
@UiThread
|
||||
fun toggleShowSipUri() {
|
||||
if (!corePreferences.onlyDisplaySipUriUsername) {
|
||||
if (onClicked == null && !corePreferences.onlyDisplaySipUriUsername) {
|
||||
showSipUri.postValue(showSipUri.value == false)
|
||||
} else {
|
||||
onClicked()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue