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

Commit cc1dfe91 authored by Yicheng Fan's avatar Yicheng Fan Committed by Android Git Automerger
Browse files

am 16519987: am 02106bc9: Merge "Remove client from advertiseManager correctly" into lmp-dev

* commit '16519987':
  Remove client from advertiseManager correctly
parents 2e133898 16519987
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -200,7 +200,7 @@ class AdvertiseManager {
            logd("advertise clients size " + mAdvertiseClients.size());
            logd("advertise clients size " + mAdvertiseClients.size());
            if (mAdvertiseClients.contains(client)) {
            if (mAdvertiseClients.contains(client)) {
                mAdvertiseNative.stopAdvertising(client);
                mAdvertiseNative.stopAdvertising(client);
                mAdvertiseClients.remove(clientIf);
                mAdvertiseClients.remove(client);
            }
            }
        }
        }