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
|
// Remove any previously selected contact
|
||||||
sharedViewModel.selectedContact.value = null
|
sharedViewModel.selectedContact.value = null
|
||||||
editOnClick = false
|
editOnClick = false
|
||||||
|
sipUriToAdd = null
|
||||||
navigateToContactEditor(sipUriToAdd, binding.slidingPane)
|
navigateToContactEditor(sipUriToAdd, binding.slidingPane)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue