Added cancel button for canceling outgoing call

Fixed showing of call transfer target suggestions
This commit is contained in:
Juha Heinanen
2025-05-03 12:46:16 +03:00
parent 700eec8dbc
commit cdeb19d1c3
2 changed files with 129 additions and 89 deletions
@@ -783,7 +783,6 @@ class BaresipService: Service() {
if (speakerPhone && !Utils.isSpeakerPhoneOn(am))
Utils.toggleSpeakerPhone(ContextCompat.getMainExecutor(this), am)
proximitySensing(true)
return
}
"call ringing" -> {
playRingBack()