From 347b9fb1a234c11a6e704f46a9c7069269eb61e4 Mon Sep 17 00:00:00 2001 From: Oleksander Kostenko Date: Wed, 17 Aug 2016 17:04:55 +0300 Subject: [PATCH] TizenRefApp-6863 Odd text displayed in recipients field after editing contacts Change-Id: I5dd18ee3e940ee2773a0f39cae444506f61d8963 Signed-off-by: Oleksander Kostenko --- src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp b/src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp index 8f6d53b..80fafd3 100644 --- a/src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp +++ b/src/Conversation/Recipients/View/src/ConvRecipientsPanelView.cpp @@ -374,9 +374,14 @@ void ConvRecipientsPanelView::expandRecipients() { showMbe(!isMbeEmpty()); if(!m_IsEditItemClicked) + { setEntryText(m_SavedRecipText); + } else + { setEditMode(false); + setEntryText(""); + } } void ConvRecipientsPanelView::updateShortenedRecipients() -- 2.7.4