Loading src/com/android/server/telecom/CallAudioManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -232,8 +232,10 @@ public class CallAudioManager extends CallsManagerListenerBase { } } // Turn off mute when a new incoming call is answered. // Turn off mute when a new incoming call is answered iff it's not a handover. if (!call.isHandoverInProgress()) { mute(false /* shouldMute */); } maybeStopRingingAndCallWaitingForAnsweredOrRejectedCall(call); } Loading Loading
src/com/android/server/telecom/CallAudioManager.java +4 −2 Original line number Diff line number Diff line Loading @@ -232,8 +232,10 @@ public class CallAudioManager extends CallsManagerListenerBase { } } // Turn off mute when a new incoming call is answered. // Turn off mute when a new incoming call is answered iff it's not a handover. if (!call.isHandoverInProgress()) { mute(false /* shouldMute */); } maybeStopRingingAndCallWaitingForAnsweredOrRejectedCall(call); } Loading