Replaced alert with log warning
This commit is contained in:
@@ -528,8 +528,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
acc.resumeUri = uriStr.replace("tel", "sip") + "@" + acc.aor
|
acc.resumeUri = uriStr.replace("tel", "sip") + "@" + acc.aor
|
||||||
}
|
}
|
||||||
else -> {
|
else -> {
|
||||||
Toast.makeText(applicationContext, getString(R.string.invalid_sip_uri),
|
Log.w("Baresip", "Unsupported URI scheme ${uri.scheme}")
|
||||||
Toast.LENGTH_SHORT).show()
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user