From ca5ffb4de908816f3ce1022dd4feb2f255f3cc62 Mon Sep 17 00:00:00 2001 From: Lazar Kovacic Date: Tue, 14 May 2024 21:12:44 +0200 Subject: [PATCH] Update TODO comment --- examples/tv-app/tv-common/src/AppTv.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tv-app/tv-common/src/AppTv.cpp b/examples/tv-app/tv-common/src/AppTv.cpp index 3962b1b8f8cc49..245645b06cd597 100644 --- a/examples/tv-app/tv-common/src/AppTv.cpp +++ b/examples/tv-app/tv-common/src/AppTv.cpp @@ -154,6 +154,7 @@ MyPasscodeService gMyPasscodeService; class MyAppInstallationService : public AppInstallationService { + // TODO: rename the method // intentionally ambigiously named, need to find a better method name bool HasContentApp(uint16_t vendorId, uint16_t productId) override {