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

Commit c4905a4b authored by Hemant Gupta's avatar Hemant Gupta Committed by android-build-merger
Browse files

Merge \"MAP: Remove redundant call to sendShutdownMessage to prevent crash\"

am: 7f3225bb

Change-Id: Ic62f273f84ae4b6b3c4d63ae089511b19723c1e4
parents c26bb626 7f3225bb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -828,7 +828,6 @@ public class BluetoothMapService extends ProfileService {
        }
        mStartError = true;
        setState(BluetoothMap.STATE_DISCONNECTED, BluetoothMap.RESULT_CANCELED);
        sendShutdownMessage();
        return true;
    }