Clear DTMF field also when showing null call

This commit is contained in:
Juha Heinanen
2025-08-21 09:01:10 +03:00
parent 1c35d184be
commit 9a451f5440

View File

@ -1997,6 +1997,7 @@ private fun showCall(ctx: Context, viewModel: ViewModel, ua: UserAgent?, showCal
securityIcon.intValue = -1
showHangupButton.value = false
transferIcon.intValue = R.drawable.call_transfer
dtmfText.value = ""
dtmfEnabled.value = false
focusDtmf.value = false
showCallButton.value = true