Skip to content

Commit

Permalink
Add missing setter call
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jun 18, 2024
1 parent 0fb2414 commit 9a9fa84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controller/java/AndroidDeviceControllerWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ CHIP_ERROR AndroidDeviceControllerWrapper::ApplyICDRegistrationInfo(chip::Contro
clientType = static_cast<chip::app::Clusters::IcdManagement::ClientTypeEnum>(
chip::JniReferences::GetInstance().ShortToPrimitive(jClientType));
}
params.SetICDClientType(clientType);

return err;
}
Expand Down

0 comments on commit 9a9fa84

Please sign in to comment.