Fixed mistake in a previous commit preventing SIP URI to be added to newly created contact editor
This commit is contained in:
parent
3c75ecdefa
commit
b266f98593
1 changed files with 1 additions and 1 deletions
|
@ -275,8 +275,8 @@ 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)
|
||||||
|
sipUriToAdd = null
|
||||||
}
|
}
|
||||||
|
|
||||||
val id = arguments?.getString("id")
|
val id = arguments?.getString("id")
|
||||||
|
|
Loading…
Reference in a new issue