Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2e3c9513 authored by Hall Liu's avatar Hall Liu Committed by Android (Google) Code Review
Browse files

Merge "Reset last known audio state upon losing audio focus" into nyc-mr1-dev

parents b2ffeb64 b3cbeb03
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1291,6 +1291,7 @@ public class CallAudioRouteStateMachine extends StateMachine {
        setMuteOn(mIsMuted);
        mWasOnSpeaker = false;
        mHasUserExplicitlyLeftBluetooth = false;
        mLastKnownCallAudioState = initState;
        transitionTo(mRouteCodeToQuiescentState.get(initState.getRoute()));
    }
}