@@ 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);
}
@@ 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]