mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-18 11:58:09 +00:00
Fixed SIP URI to add to contact used more than one time
This commit is contained in:
parent
c4c6c6865e
commit
76c9b2482a
1 changed files with 1 additions and 0 deletions
|
|
@ -275,6 +275,7 @@ class MasterContactsFragment : MasterFragment<ContactMasterFragmentBinding, Cont
|
|||
// Remove any previously selected contact
|
||||
sharedViewModel.selectedContact.value = null
|
||||
editOnClick = false
|
||||
sipUriToAdd = null
|
||||
navigateToContactEditor(sipUriToAdd, binding.slidingPane)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue