~aleteoryx/muditaos

dacff2cf1eaa3a46d2bc509c91493683ede26baf — Marcin Zieliński 3 years ago 78a499e
[MOS-6] Fix lack of contact data update on returning to search list

Ditto
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]