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

Commit 45a18a1f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "HFPClient connectAudio"

parents 42103bd1 8267747c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ public class HfpClientConnection extends Connection {
            return;
        }

        mHeadsetProfile.connectAudio(device);
        setInitializing();
        setDialing();
        finishInitializing();
@@ -265,7 +264,6 @@ public class HfpClientConnection extends Connection {
        if (!mClosed) {
            mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE);
        }
        mHeadsetProfile.connectAudio(mDevice);
    }

    @Override