Skip to content

Commit

Permalink
Test the change to see if it will fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed Jul 10, 2024
1 parent 409163c commit 35723a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/tv-app/tv-common/src/AppTv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -673,12 +673,12 @@ void ContentAppFactoryImpl::InstallContentApp(uint16_t vendorId, uint16_t produc
{
auto app = contentApp.get();

if (app->MatchesPidVid(productId, vendorId))
{
CatalogVendorApp vendorApp = app->GetApplicationBasicDelegate()->GetCatalogVendorApp();
// if (app->MatchesPidVid(productId, vendorId))
// {
// CatalogVendorApp vendorApp = app->GetApplicationBasicDelegate()->GetCatalogVendorApp();

GetContentAppFactoryImpl()->LoadContentApp(vendorApp);
}
// GetContentAppFactoryImpl()->LoadContentApp(vendorApp);
// }

// update the list of node ids with content apps allowed vendor list
for (const auto & allowedVendor : app->GetApplicationBasicDelegate()->GetAllowedVendorList())
Expand Down

0 comments on commit 35723a0

Please sign in to comment.