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

Commit 02106bc9 authored by Yicheng Fan's avatar Yicheng Fan Committed by Android (Google) Code Review
Browse files

Merge "Remove client from advertiseManager correctly" into lmp-dev

parents 48ab93df 9619e27a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@ class AdvertiseManager {
            logd("advertise clients size " + mAdvertiseClients.size());
            if (mAdvertiseClients.contains(client)) {
                mAdvertiseNative.stopAdvertising(client);
                mAdvertiseClients.remove(clientIf);
                mAdvertiseClients.remove(client);
            }
        }