Skip to content

Commit

Permalink
Merge branch 'master' into implement_android_checkin_delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
joonhaengHeo authored Mar 13, 2024
2 parents b517fa2 + 12d8487 commit 7ae5703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/CHIPDeviceController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ void DeviceCommissioner::ParseCommissioningInfo()
// return.
auto attributeCache = std::move(mAttributeCache);

if (mPairingDelegate != nullptr)
if (mPairingDelegate != nullptr && err == CHIP_NO_ERROR)
{
mPairingDelegate->OnReadCommissioningInfo(info);
}
Expand Down

0 comments on commit 7ae5703

Please sign in to comment.