Fix assistant_third_party_sip_account_transport
This commit is contained in:
parent
666b94e277
commit
67f7ce5583
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ LoginLayout {
|
||||||
{text: "DTLS", value: LinphoneEnums.TransportType.Dtls}
|
{text: "DTLS", value: LinphoneEnums.TransportType.Dtls}
|
||||||
]
|
]
|
||||||
currentIndex: Utils.findIndex(model, function (entry) {
|
currentIndex: Utils.findIndex(model, function (entry) {
|
||||||
return entry === SettingsCpp.assistantThirdPartySipAccountTransport.toUpperCase()
|
return entry.text === SettingsCpp.assistantThirdPartySipAccountTransport.toUpperCase()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue