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

Commit f88dbc1e authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Andre Eisenbach
Browse files

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

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


            stopAdvertisingSet(wrapper);
            stopAdvertisingSet(wrapper);

            mLegacyAdvertisers.remove(callback);
        }
        }
    }
    }