File tree 2 files changed +2
-4
lines changed
examples/tv-app/tv-common/include
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,8 @@ class DLL_EXPORT ContentAppFactoryImpl : public ContentAppFactory
151
151
bool UninstallContentApp (uint16_t vendorId, uint16_t productId);
152
152
// Print mContentApps and endpoints
153
153
void LogInstalledApps ();
154
- // TODO: method to retireve list of mContentApps
154
+ // TODO: method to retrieve list of mContentApps
155
+ // https://github.com/project-chip/connectedhomeip/issues/34020
155
156
156
157
protected:
157
158
std::vector<std::unique_ptr<ContentAppImpl>> mContentApps ;
Original file line number Diff line number Diff line change @@ -229,9 +229,6 @@ void CommissionerDiscoveryController::InternalOk()
229
229
if (!mAppInstallationService ->LookupTargetContentApp (client->GetVendorId (), client->GetProductId ()))
230
230
{
231
231
ChipLogDetail (AppServer, " UX InternalOk: app not installed." );
232
-
233
- // TODO: Prepare app to be installed or add it to the mContentApps
234
- // Draft PR: https://github.com/project-chip/connectedhomeip/pull/33982
235
232
}
236
233
237
234
if (client->GetUDCClientProcessingState () != UDCClientProcessingState::kPromptingUser )
You can’t perform that action at this time.
0 commit comments