summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc1
1 files changed, 0 insertions, 1 deletions
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 dabf64e..ef166cc 100644
--- a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
+++ b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
@@ -143,7 +143,6 @@ void BluetoothLowEnergyConnectionFinder::HandleDeviceUpdated(
connection_->AddObserver(this);
connection_->Connect();
- adapter_->RemoveObserver(this);
StopDiscoverySession();
}
}