[MOS-6] Fix lack of contact data update on returning to search list Ditto
2 files changed, 2 insertions(+), 3 deletions(-) M module-apps/application-phonebook/windows/PhonebookSearchResults.cpp M pure_changelog.md
M module-apps/application-phonebook/windows/PhonebookSearchResults.cpp => module-apps/application-phonebook/windows/PhonebookSearchResults.cpp +1 -3
@@ 56,9 56,7 @@ namespace gui void PhonebookSearchResults::onBeforeShow(ShowMode mode, SwitchData *data) { if (mode == ShowMode::GUI_SHOW_INIT) { searchResultList->rebuildList(); } searchResultList->rebuildList(); } auto PhonebookSearchResults::handleSwitchData(SwitchData *data) -> bool
M pure_changelog.md => pure_changelog.md +1 -0
@@ 92,6 92,7 @@ * Fixed contact deleted via Center cannot be edited by Phonebook app and saved again * Fixed returning to call screen from message template * Fixed displaying wrong information on screen after rejecting call with SMS template * Fixed lack of contact search list update when returning to list after contact edition ## [1.5.0 2022-12-20]