mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-19 20:48:09 +00:00
fix(ui/views/App/Main/Assistant/UseLinphoneSipAccount): reset country code in assistant when telephone number view is selected
This commit is contained in:
parent
5d0a79840e
commit
b2a29c3918
1 changed files with 4 additions and 0 deletions
|
|
@ -40,6 +40,10 @@ AssistantAbstractView {
|
|||
onClicked: {
|
||||
assistantModel.reset()
|
||||
requestBlock.stop('')
|
||||
|
||||
if (!checked) {
|
||||
assistantModel.setCountryCode(telephoneNumbersModel.defaultIndex)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue