From ce139d27bb5548e4f85d65ac46e7384860bbb31e Mon Sep 17 00:00:00 2001 From: Maciej Janicki Date: Tue, 27 Apr 2021 15:33:55 +0200 Subject: [PATCH] [EGD-6583] Add send text Adds missing send text during incoming call. --- module-apps/application-call/windows/CallWindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module-apps/application-call/windows/CallWindow.cpp b/module-apps/application-call/windows/CallWindow.cpp index 4f7a8349a88ee498cd99ff6498b6dc121926e5b7..a4c36e1a4c8379d1ff38e1a2fc25035eb3a71f98 100644 --- a/module-apps/application-call/windows/CallWindow.cpp +++ b/module-apps/application-call/windows/CallWindow.cpp @@ -130,7 +130,8 @@ namespace gui sendSmsIcon = new gui::SendSmsIcon(this, sendMessageIcon::x, sendMessageIcon::y); sendSmsIcon->focusChangedCallback = [=](gui::Item &item) { LOG_DEBUG("Send message get/lost focus"); - bottomBar->setText(gui::BottomBar::Side::CENTER, utils::translate(strings::message), false); + bottomBar->setText( + gui::BottomBar::Side::CENTER, utils::translate(style::strings::common::send), item.focus); return true; }; sendSmsIcon->activatedCallback = [=](gui::Item &item) {