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

Commit 8e858eca authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Remove legacy advertiser from map after it's no longer used

Test: manual
Bug: 62597369
Change-Id: Ief1e1b054f29b59b1ed72514b138d4f209f9847a
parent 6f696471
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -208,6 +208,8 @@ public final class BluetoothLeAdvertiser {
            if (wrapper == null) return;

            stopAdvertisingSet(wrapper);

            mLegacyAdvertisers.remove(callback);
        }
    }