Loading src/com/android/server/telecom/CallAudioRouteStateMachine.java +2 −1 Original line number Diff line number Diff line Loading @@ -1291,6 +1291,7 @@ public class CallAudioRouteStateMachine extends StateMachine { setMuteOn(mIsMuted); mWasOnSpeaker = false; mHasUserExplicitlyLeftBluetooth = false; mLastKnownCallAudioState = initState; transitionTo(mRouteCodeToQuiescentState.get(initState.getRoute())); } } Loading
src/com/android/server/telecom/CallAudioRouteStateMachine.java +2 −1 Original line number Diff line number Diff line Loading @@ -1291,6 +1291,7 @@ public class CallAudioRouteStateMachine extends StateMachine { setMuteOn(mIsMuted); mWasOnSpeaker = false; mHasUserExplicitlyLeftBluetooth = false; mLastKnownCallAudioState = initState; transitionTo(mRouteCodeToQuiescentState.get(initState.getRoute())); } }