Skip to content

Commit 8a19733

Browse files
committed
Update codebase
1 parent e1f2e44 commit 8a19733

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

examples/tv-app/tv-common/src/AppTv.cpp

+1-5
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,7 @@ class MyUserPrompter : public UserPrompter
104104
// tv should override this with a dialog prompt
105105
inline void PromptForAppInstallOKPermission(uint16_t vendorId, uint16_t productId, const char * commissioneeName) override
106106
{
107-
ChipLogError(Controller, "Adding Content App");
108-
gFactory.AddContentApp((uint16_t)65521, (uint16_t)32768);
109-
110-
// ContentAppPlatform::GetInstance().LoadContentAppByClient(vendorId, productId);
111-
107+
gFactory.AddContentApp(vendorId, productId);
112108
return;
113109
}
114110
};

0 commit comments

Comments
 (0)