Skip to content

Commit

Permalink
Store icdClientInfo after completing check-in message validation (#36026
Browse files Browse the repository at this point in the history
)
  • Loading branch information
yunhanw-google authored Oct 10, 2024
1 parent 6880437 commit 14e75a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/icd/client/CheckInHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ CHIP_ERROR CheckInHandler::OnMessageReceived(Messaging::ExchangeContext * ec, co
}
else
{
mpICDClientStorage->StoreEntry(clientInfo);
mpCheckInDelegate->OnCheckInComplete(clientInfo);
#if CHIP_CONFIG_ENABLE_READ_CLIENT
mpImEngine->OnActiveModeNotification(clientInfo.peer_node);
Expand Down

0 comments on commit 14e75a4

Please sign in to comment.