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

Commit 9fec8848 authored by Myles Watson's avatar Myles Watson
Browse files

SAP: Make cleanup public again

The CL with ID Ic122e86c0893e972de0d1908c18217c049450378 inadvertently changed
the cleanup() to protected.

Change-Id: Ic7517fd31ff98806190113edaac17436db2cda17
Test: build
parent fab73240
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) {