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

Commit 726b029e authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "LeAudioServiceTest: Unregister from intents as a first thing on teardown" into main

parents c488b410 41227fd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -234,10 +234,10 @@ public class LeAudioServiceTest {
            return;
            return;
        }
        }


        mTargetContext.unregisterReceiver(mLeAudioIntentReceiver);
        mBondedDevices.clear();
        mBondedDevices.clear();
        mGroupIntentQueue.clear();
        mGroupIntentQueue.clear();
        stopService();
        stopService();
        mTargetContext.unregisterReceiver(mLeAudioIntentReceiver);
        mDeviceQueueMap.clear();
        mDeviceQueueMap.clear();
        TestUtils.clearAdapterService(mAdapterService);
        TestUtils.clearAdapterService(mAdapterService);
        LeAudioNativeInterface.setInstance(null);
        LeAudioNativeInterface.setInstance(null);