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

Commit 0786878b authored by Andre Eisenbach's avatar Andre Eisenbach Committed by Gerrit Code Review
Browse files

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

parents aa83abd9 5847ca3c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -817,7 +817,6 @@ public class BluetoothMapService extends ProfileService {
        }
        mStartError = true;
        setState(BluetoothMap.STATE_DISCONNECTED, BluetoothMap.RESULT_CANCELED);
        sendShutdownMessage();
        return true;
    }