From 44d9354c93292183acf2d1d84712bede3468c5bc Mon Sep 17 00:00:00 2001 From: l30054665 Date: Sun, 4 Feb 2024 09:41:47 +0800 Subject: [PATCH] change sa Signed-off-by: l30054665 --- interfaces/ipc/src/distributed_input_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/ipc/src/distributed_input_client.cpp b/interfaces/ipc/src/distributed_input_client.cpp index 22346f0..7f83766 100644 --- a/interfaces/ipc/src/distributed_input_client.cpp +++ b/interfaces/ipc/src/distributed_input_client.cpp @@ -766,7 +766,7 @@ int32_t DistributedInputClient::UnregisterSessionStateCb() DHLOGE("DinputStart client fail."); return ERR_DH_INPUT_CLIENT_GET_SOURCE_PROXY_FAIL; } - DInputSAManager::GetInstance().RemoveSessionStateCbFromCache(callback); + DInputSAManager::GetInstance().RemoveSessionStateCbFromCache(); return DInputSAManager::GetInstance().dInputSourceProxy_->UnregisterSessionStateCb(); } } // namespace DistributedInput