Moved REPLACES constant to Api

This commit is contained in:
Juha Heinanen
2026-04-03 14:42:57 +03:00
parent cc3fc1b23d
commit 12d53da16c
3 changed files with 3 additions and 3 deletions
@@ -1579,7 +1579,7 @@ private fun CallRow(
enabled = call.transferButtonEnabled.value,
onClick = {
if (call.onHoldCall != null) {
if (!Api.call_supported(call.callp, Call.REPLACES)) {
if (!Api.call_supported(call.callp, API.REPLACES)) {
alertTitle.value = ctx.getString(R.string.notice)
alertMessage.value = ctx.getString(R.string.replaces_not_supported)
showAlert.value = true