~aleteoryx/muditaos

c94354108f2796b271a6da7323482d1abf23aff7 — Maciej Gibowicz 4 years ago 3717153
[EGD-7728] Fix refreshing contact details after editing

After editing a contact from the message level,
the contact details will be refreshed in the message view.
1 files changed, 3 insertions(+), 0 deletions(-)

M module-apps/application-messages/windows/SMSThreadViewWindow.cpp
M module-apps/application-messages/windows/SMSThreadViewWindow.cpp => module-apps/application-messages/windows/SMSThreadViewWindow.cpp +3 -0
@@ 80,6 80,9 @@ namespace gui
                smsModel->smsThreadID = pdata->thread->ID;
                smsList->rebuildList();
            }
            else if (smsModel->numberID != DB_ID_NONE) {
                requestContact(smsModel->numberID);
            }
        }
        if (auto pdata = dynamic_cast<SMSTextData *>(data)) {
            auto txt = pdata->text;