diff --git a/src/application.cpp b/src/application.cpp index 128b1df..4c75204 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -196,6 +196,7 @@ void Application::ProcessRequestMsg(const mp::RequestMsg &rq) { case mp::RequestMsgCodes::Button: // behave just like if the user pressed a button mui::userInput.ProcessMessage(rq.value); + ReportCommandAccepted(rq, mp::ResponseMsgParamCodes::Accepted); break; case mp::RequestMsgCodes::Finda: // immediately report FINDA status