Skip to content

Commit 51fbfd8

Browse files
committed
Test the change to see if it will fix the tests
1 parent 0c4682f commit 51fbfd8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -673,12 +673,12 @@ void ContentAppFactoryImpl::InstallContentApp(uint16_t vendorId, uint16_t produc
673673
{
674674
auto app = contentApp.get();
675675

676-
if (app->MatchesPidVid(productId, vendorId))
677-
{
678-
CatalogVendorApp vendorApp = app->GetApplicationBasicDelegate()->GetCatalogVendorApp();
676+
// if (app->MatchesPidVid(productId, vendorId))
677+
// {
678+
// CatalogVendorApp vendorApp = app->GetApplicationBasicDelegate()->GetCatalogVendorApp();
679679

680-
GetContentAppFactoryImpl()->LoadContentApp(vendorApp);
681-
}
680+
// GetContentAppFactoryImpl()->LoadContentApp(vendorApp);
681+
// }
682682

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

0 commit comments

Comments
 (0)