From 66f9fa2d5feb86cd932251e3a3147d44a5a51957 Mon Sep 17 00:00:00 2001 From: Denis Dolzhenko Date: Fri, 6 Jan 2017 15:52:44 +0200 Subject: [PATCH] TSAM-12465 Sound play double times after tap to Download button Change-Id: Ic79f0ad5b57bc32ee47c2d82aaf7fa46fc06b77d Signed-off-by: Denis Dolzhenko --- .../ConvList/View/src/BubbleDownloadButtonViewItem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Conversation/ConvList/View/src/BubbleDownloadButtonViewItem.cpp b/src/Conversation/ConvList/View/src/BubbleDownloadButtonViewItem.cpp index a1161720..e5106db2 100644 --- a/src/Conversation/ConvList/View/src/BubbleDownloadButtonViewItem.cpp +++ b/src/Conversation/ConvList/View/src/BubbleDownloadButtonViewItem.cpp @@ -23,6 +23,7 @@ BubbleDownloadButtonViewItem::BubbleDownloadButtonViewItem(BubbleEntity &entity, : BubbleViewItem(entity) { Evas_Object *button = elm_button_add(parent); + evas_object_propagate_events_set(button, false); setEo(button); expand(); setText(msgt("IDS_MSG_BUTTON_DOWNLOAD_ABB3")); -- 2.34.1