Fixed bug that caused truncation of called telephone number
This commit is contained in:
@ -1693,10 +1693,10 @@ class MainActivity : ComponentActivity() {
|
||||
showAlert.value = true
|
||||
return
|
||||
}
|
||||
Utils.telToSip(uriText, ua.account)
|
||||
} else {
|
||||
Utils.uriComplete(uriText, aor)
|
||||
Utils.telToSip(peerUri, ua.account)
|
||||
}
|
||||
else
|
||||
Utils.uriComplete(peerUri, aor)
|
||||
if (!Utils.checkUri(uri)) {
|
||||
alertTitle.value = getString(R.string.notice)
|
||||
alertMessage.value = String.format(getString(R.string.invalid_sip_or_tel_uri), uri)
|
||||
|
||||
Reference in New Issue
Block a user