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

Commit 6955d448 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by android-build-merger
Browse files

Merge "Remove legacy advertiser from map after it's no longer used" am: 42b15788 am: de1f0d76

am: 8dce179b

Change-Id: Ic861fcf0507546f522046193939488607a01a042
parents 5cecfe5b 8dce179b
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);
        }
    }