Commit b2a29c39 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/Main/Assistant/UseLinphoneSipAccount): reset country code in...

fix(ui/views/App/Main/Assistant/UseLinphoneSipAccount): reset country code in assistant when telephone number view is selected
parent 5d0a7984
...@@ -40,6 +40,10 @@ AssistantAbstractView { ...@@ -40,6 +40,10 @@ AssistantAbstractView {
onClicked: { onClicked: {
assistantModel.reset() assistantModel.reset()
requestBlock.stop('') requestBlock.stop('')
if (!checked) {
assistantModel.setCountryCode(telephoneNumbersModel.defaultIndex)
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment