From b286bb6ce25f72ef274ef61d809343fc63492b84 Mon Sep 17 00:00:00 2001 From: wuqi0105 Date: Sat, 2 Jul 2022 14:27:15 +0800 Subject: [PATCH] =?UTF-8?q?oh=E5=87=AD=E6=8D=AE=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wuqi0105 --- .../inner_kits/native_cpp/src/notify/device_manager_notify.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interfaces/inner_kits/native_cpp/src/notify/device_manager_notify.cpp b/interfaces/inner_kits/native_cpp/src/notify/device_manager_notify.cpp index 1a44d2f1..590fb919 100644 --- a/interfaces/inner_kits/native_cpp/src/notify/device_manager_notify.cpp +++ b/interfaces/inner_kits/native_cpp/src/notify/device_manager_notify.cpp @@ -309,7 +309,6 @@ void DeviceManagerNotify::OnCredentialResult(const std::string &pkgName, int32_t return; } credentialCallback_[pkgName]->OnCredentialResult(action, credentialResult); - credentialCallback_.erase(pkgName); } } // namespace DistributedHardware } // namespace OHOS