Clear DTMF field also when showing null call
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user