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

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

Merge "HFPClient connectAudio"

parents dd4acb7e 1d5e9975
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