From: bhutani.92 Date: Wed, 4 Jan 2017 12:31:27 +0000 (+0530) Subject: Added a check condition X-Git-Tag: submit/tizen/20170524.061254~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10eaa586f19898dd1da55a929008065b141d394c;p=profile%2Fmobile%2Fapps%2Fnative%2Fmusic-player.git Added a check condition Change-Id: Icad791f30be4f68f569638f266f8c57d0c05055e Signed-off-by: bhutani.92 --- diff --git a/src/common/mp-edit-callback.c b/src/common/mp-edit-callback.c index 6bed4aa..4e80c05 100644 --- a/src/common/mp-edit-callback.c +++ b/src/common/mp-edit-callback.c @@ -1151,6 +1151,7 @@ _mp_edit_message_popup_response_cb(void *data, Evas_Object * obj, mp_view_mgr_post_event(GET_VIEW_MGR, MP_DELETE_DONE); ad->edit_in_progress = false; + ad->isPlayBtn = false; if (_mp_is_current_focus_available(ad) != 0) { ad->paused_by_user = TRUE; }