From 10eaa586f19898dd1da55a929008065b141d394c Mon Sep 17 00:00:00 2001 From: "bhutani.92" Date: Wed, 4 Jan 2017 18:01:27 +0530 Subject: [PATCH] Added a check condition Change-Id: Icad791f30be4f68f569638f266f8c57d0c05055e Signed-off-by: bhutani.92 --- src/common/mp-edit-callback.c | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.34.1