From 26e43bdfd743318b28087d152b02557b16b6aca2 Mon Sep 17 00:00:00 2001 From: Lefucjusz Date: Fri, 27 Sep 2024 11:36:17 +0200 Subject: [PATCH] [BH-2073] Fix invalid accusative form in Meditation Fix of the issue that abandoning meditation by clicking back will result in displaying meditation session summary with invalid accusative form in Polish. --- harmony_changelog.md | 1 + .../presenter/MeditationProgressPresenter.cpp | 49 ++++++++----------- .../presenter/MeditationProgressPresenter.hpp | 2 + 3 files changed, 23 insertions(+), 29 deletions(-) diff --git a/harmony_changelog.md b/harmony_changelog.md index 496ce0f02cb87a7ef5ae608e55089f78b11d5c34..e56033c2c45d5e736d4655a6c8438afe4cd66689 100644 --- a/harmony_changelog.md +++ b/harmony_changelog.md @@ -4,6 +4,7 @@ ### Fixed * Fixed message shown when entering alarm sound list after deleting selected alarm file +* Fixed invalid accusative form in meditation summary in Polish ### Added * Added label with the name of the application on the countdown screens diff --git a/products/BellHybrid/apps/application-bell-meditation-timer/presenter/MeditationProgressPresenter.cpp b/products/BellHybrid/apps/application-bell-meditation-timer/presenter/MeditationProgressPresenter.cpp index d7c706071a4ce68839cfd28bb9d5373342504458..18c5a016748772cfae2985f8bcaffd2ad5621566 100644 --- a/products/BellHybrid/apps/application-bell-meditation-timer/presenter/MeditationProgressPresenter.cpp +++ b/products/BellHybrid/apps/application-bell-meditation-timer/presenter/MeditationProgressPresenter.cpp @@ -4,11 +4,11 @@ #include "MeditationTimer.hpp" #include "MeditationCommon.hpp" #include "MeditationProgressPresenter.hpp" +#include "MeditationTimerWindow.hpp" #include "models/ChimeInterval.hpp" #include "models/Statistics.hpp" #include -#include #include