Skip to content

Commit 77d2074

Browse files
committed
Update per comments
1 parent 8a3dae8 commit 77d2074

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/tv-app/tv-common/include/AppTv.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ class DLL_EXPORT ContentAppFactoryImpl : public ContentAppFactory
151151
bool UninstallContentApp(uint16_t vendorId, uint16_t productId);
152152
// Print mContentApps and endpoints
153153
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
155156

156157
protected:
157158
std::vector<std::unique_ptr<ContentAppImpl>> mContentApps;

src/controller/CommissionerDiscoveryController.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ void CommissionerDiscoveryController::InternalOk()
229229
if (!mAppInstallationService->LookupTargetContentApp(client->GetVendorId(), client->GetProductId()))
230230
{
231231
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
235232
}
236233

237234
if (client->GetUDCClientProcessingState() != UDCClientProcessingState::kPromptingUser)

0 commit comments

Comments
 (0)