From d340efe58d36c51ef760daf6fde3ded088bf6d22 Mon Sep 17 00:00:00 2001 From: Xiaoxia Date: Thu, 26 Mar 2026 13:12:02 +0800 Subject: [PATCH] Remove unused flag for playing popup sound on listening state in ContinueWakeWordInvoke() function (#1881) --- main/application.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/application.cc b/main/application.cc index d69d43d..0a809fa 100644 --- a/main/application.cc +++ b/main/application.cc @@ -840,9 +840,6 @@ void Application::ContinueWakeWordInvoke(const std::string& wake_word) { } // Set the chat state to wake word detected protocol_->SendWakeWordDetected(wake_word); - - // Set flag to play popup sound after state changes to listening - play_popup_on_listening_ = true; SetListeningMode(GetDefaultListeningMode()); #else // Set flag to play popup sound after state changes to listening