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

Commit 9aad31a3 authored by Myles Watson's avatar Myles Watson Committed by android-build-merger
Browse files

Merge "SAP: Make cleanup public again" am: a79b2518

am: acd678fb

Change-Id: I8c4aab8196d1d3ba4d69a174048b0788b435860c
parents 25f84d2a acd678fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -649,7 +649,7 @@ public class SapService extends ProfileService {
    }

    @Override
    protected void cleanup() {
    public void cleanup() {
        setState(BluetoothSap.STATE_DISCONNECTED, BluetoothSap.RESULT_CANCELED);
        closeService();
        if (mSessionStatusHandler != null) {