| Index: components/proximity_auth/proximity_auth_system.cc
|
| diff --git a/components/proximity_auth/proximity_auth_system.cc b/components/proximity_auth/proximity_auth_system.cc
|
| index 9f3fb9a64ab460a591a992e28cae29d2d976bdf0..41bad9e3ae586cd1f907dd33b8b5705300f55b08 100644
|
| --- a/components/proximity_auth/proximity_auth_system.cc
|
| +++ b/components/proximity_auth/proximity_auth_system.cc
|
| @@ -56,6 +56,7 @@ void ProximityAuthSystem::OnSuspend() {
|
| PA_LOG(INFO) << "Preparing for device suspension.";
|
| DCHECK(!suspended_);
|
| suspended_ = true;
|
| + unlock_manager_->SetRemoteDeviceLifeCycle(nullptr);
|
| remote_device_life_cycle_.reset();
|
| }
|
|
|
|
|