Fix assistant_third_party_sip_account_transport

This commit is contained in:
Christophe Deschamps 2024-10-09 16:42:37 +02:00
parent 666b94e277
commit 67f7ce5583

View file

@ -254,7 +254,7 @@ LoginLayout {
{text: "DTLS", value: LinphoneEnums.TransportType.Dtls}
]
currentIndex: Utils.findIndex(model, function (entry) {
return entry === SettingsCpp.assistantThirdPartySipAccountTransport.toUpperCase()
return entry.text === SettingsCpp.assistantThirdPartySipAccountTransport.toUpperCase()
})
}
}