Skip to content

Commit

Permalink
Update codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed May 14, 2024
1 parent e1f2e44 commit 8a19733
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions examples/tv-app/tv-common/src/AppTv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,7 @@ class MyUserPrompter : public UserPrompter
// tv should override this with a dialog prompt
inline void PromptForAppInstallOKPermission(uint16_t vendorId, uint16_t productId, const char * commissioneeName) override
{
ChipLogError(Controller, "Adding Content App");
gFactory.AddContentApp((uint16_t)65521, (uint16_t)32768);

// ContentAppPlatform::GetInstance().LoadContentAppByClient(vendorId, productId);

gFactory.AddContentApp(vendorId, productId);
return;
}
};
Expand Down

0 comments on commit 8a19733

Please sign in to comment.