| 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 a9aea04f574a2081c13aca9355ebe45acf93c940..7ae8dee4984468c6e91a827d0cd54e240539b7d3 100644
|
| --- a/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| +++ b/components/proximity_auth/ble/bluetooth_low_energy_connection_finder.cc
|
| @@ -129,6 +129,7 @@ void BluetoothLowEnergyConnectionFinder::StopDiscoverySession() {
|
| }
|
| if (!discovery_session_ || !discovery_session_->IsActive()) {
|
| VLOG(1) << "No Active discovery session";
|
| + return;
|
| }
|
|
|
| discovery_session_->Stop(
|
|
|