~aleteoryx/muditaos

e84525afa228a01aa952136fe7eddcf032726706 — Lefucjusz 2 years ago aee113a
[MOS-279] Add templates list looping

Fix of the issue that templates list was
not looped.
2 files changed, 4 insertions(+), 2 deletions(-)

M module-apps/application-messages/windows/SMSTemplatesWindow.cpp
M pure_changelog.md
M module-apps/application-messages/windows/SMSTemplatesWindow.cpp => module-apps/application-messages/windows/SMSTemplatesWindow.cpp +2 -1
@@ 1,4 1,4 @@
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// Copyright (c) 2017-2023, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md

#include "ApplicationMessages.hpp"


@@ 46,6 46,7 @@ namespace gui

        list = new gui::ListView(
            this, style::x, style::y, style::w, style::h, smsTemplateModel, listview::ScrollBarType::Fixed);
        list->setBoundaries(Boundaries::Continuous);

        setFocusItem(list);
    }

M pure_changelog.md => pure_changelog.md +2 -1
@@ 3,7 3,7 @@
## Unreleased
### Added
* Always display network access technology and signal strength on the status bar
* 

### Changed / Improved
* Improved dialog with network via USSD
* Added serial number and timestamp to crashdump filename


@@ 54,6 54,7 @@
* Fix for country code in new contact based on deleted one
* Fixed the data displayed on snoozed alarms screen
* Fixed displaying an incorrect window after double ending a phone call
* Fixed templates list not looping

## [1.5.0 2022-12-20]