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

Commit 2bd76ed1 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Handle missing variables when ActiveDeviceManager.clear()" into tm-qpr-dev am: 3e722720

parents 2b7cd5d2 3e722720
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