From: Denis Dolzhenko Date: Fri, 6 Jan 2017 13:52:44 +0000 (+0200) Subject: TSAM-12465 Sound play double times after tap to Download button X-Git-Tag: submit/tizen_3.0/20170106.142310^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F109038%2F1;p=profile%2Fmobile%2Fapps%2Fnative%2Fmessage.git TSAM-12465 Sound play double times after tap to Download button Change-Id: Ic79f0ad5b57bc32ee47c2d82aaf7fa46fc06b77d Signed-off-by: Denis Dolzhenko --- 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"));