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

Commit 6006ff18 authored by Grzegorz Kolodziejczyk's avatar Grzegorz Kolodziejczyk Committed by Gerrit Code Review
Browse files

Merge "Be more graceful on LeAudioStateMachine"

parents 95ad20ba d6aae74f
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;