| Index: components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| diff --git a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| index 8b020a9c826ecd2687629c3e86e75f731d7e441d..420500f835164e10d34bf340c0cc85e059354514 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| +++ b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| @@ -145,7 +145,6 @@ void BluetoothLowEnergyConnectionFinder::HandleDeviceUpdated(
|
| connection_->AddObserver(this);
|
| connection_->Connect();
|
|
|
| - adapter_->RemoveObserver(this);
|
| StopDiscoverySession();
|
| }
|
| }
|
|
|