From 9cbe19124d280cda7f7b72fc2191038718061ee9 Mon Sep 17 00:00:00 2001 From: Jinhyuk Kim Date: Thu, 26 Mar 2026 06:50:13 -0700 Subject: [PATCH] ADK changes PiperOrigin-RevId: 889812110 --- .../chat-panel/chat-panel.component.html | 30 ++++++++++--------- .../chat-panel/chat-panel.component.spec.ts | 17 +++++++++++ .../chat-panel/chat-panel.component.ts | 4 ++- src/app/core/services/feature-flag.service.ts | 4 +++ .../core/services/interfaces/feature-flag.ts | 1 + .../testing/mock-feature-flag.service.ts | 4 +++ 6 files changed, 45 insertions(+), 15 deletions(-) diff --git a/src/app/components/chat-panel/chat-panel.component.html b/src/app/components/chat-panel/chat-panel.component.html index 039be315..51ab7b7b 100644 --- a/src/app/components/chat-panel/chat-panel.component.html +++ b/src/app/components/chat-panel/chat-panel.component.html @@ -448,20 +448,22 @@ > attach_file - - - {{ i18n.updateStateMenuLabel }} - - + @if (!hideMoreOptionsButton()) { + + + {{ i18n.updateStateMenuLabel }} + + + }