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

Commit 4c06ea77 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Handle missing variables when ActiveDeviceManager.clear()" am: c1ad427f am: fe25a003

parents a2c0f5ae fe25a003
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -821,8 +821,14 @@ class ActiveDeviceManager {
        mHfpConnectedDevices.clear();
        mHfpActiveDevice = null;

        mHearingAidConnectedDevices.clear();
        mHearingAidActiveDevice = null;

        mLeAudioConnectedDevices.clear();
        mLeAudioActiveDevice = null;

        mLeHearingAidConnectedDevices.clear();
        mLeHearingAidActiveDevice = null;
    }

    @VisibleForTesting