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

Commit 42b15788 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 1dae9a47 2489b415
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);
        }
    }