Fixed selecting participant in group conversation when typing '@'

This commit is contained in:
Sylvain Berfini 2025-03-12 10:57:01 +01:00
parent f283c8b9e0
commit 5af2fb678f

View file

@ -59,7 +59,7 @@ class ParticipantModel
@UiThread
fun toggleShowSipUri() {
if (!corePreferences.onlyDisplaySipUriUsername) {
if (onClicked == null && !corePreferences.onlyDisplaySipUriUsername) {
showSipUri.postValue(showSipUri.value == false)
} else {
onClicked()