[CP-1974] Deleting all templates leaves some text on pure screen Fixed Template window clearing after all templates are removed.
2 files changed, 5 insertions(+), 0 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 +4 -0
@@ 108,6 108,10 @@ namespace gui list->rebuildList(); } if (list->isEmpty()) { list->clear(); } navBar->setActive(nav_bar::Side::Center, !list->isEmpty()); emptyListIcon->setVisible(list->isEmpty());
M pure_changelog.md => pure_changelog.md +1 -0
@@ 39,6 39,7 @@ * Fixed problem with an unresponsive device after playing specific WAV files. * Fixed unresponsive Templates window for user input after templates were changed via MC. * Fixed USB charging port detection. * Fixed Template window clearing after all templates are removed. ## [1.7.0 2023-03-23] ### Changed / Improved