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

Commit f54f3c00 authored by Grzegorz Kolodziejczyk's avatar Grzegorz Kolodziejczyk Committed by Automerger Merge Worker
Browse files

Merge "Be more graceful on LeAudioStateMachine" am: 6006ff18 am: 15bed9e6

parents 20800b9e 15bed9e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@ public class LeAudioService extends ProfileService {
                if (sm == null) {
                    continue;
                }
                sm.doQuit();
                sm.quit();
                sm.cleanup();
            }

@@ -1972,7 +1972,7 @@ public class LeAudioService extends ProfileService {
                return;
            }
            Log.i(TAG, "removeStateMachine: removing state machine for device: " + device);
            sm.doQuit();
            sm.quit();
            sm.cleanup();
            descriptor.mStateMachine = null;