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

Commit ef562600 authored by vnori's avatar vnori Committed by android-build-merger
Browse files

Merge "fix initial "hfp-enable" state of HFP client state machine." am: 1b7dc063

am: 1a479778

Change-Id: Icd449aaa55a395095e6240fb77f372ca63e596d3
parents 2b73a334 1a479778
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ public class HeadsetClientStateMachine extends StateMachine {
    private static final long QUERY_CURRENT_CALLS_WAIT_MILLIS = 2 * 1000; // 2 seconds

    // Keep track of audio routing across all devices.
    private static boolean sAudioIsRouted = true;
    private static boolean sAudioIsRouted = false;

    private final Disconnected mDisconnected;
    private final Connecting mConnecting;