Fixed SIP URI to add to contact used more than one time

This commit is contained in:
Sylvain Berfini 2022-06-30 15:49:29 +02:00
parent c4c6c6865e
commit 76c9b2482a

View file

@ -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)
}