From 270bd9f7c7d608e732b71b5119544a9fbe287676 Mon Sep 17 00:00:00 2001 From: JunsuChoi Date: Fri, 26 Apr 2019 17:48:28 +0900 Subject: [PATCH] efl_ui_animation_view : Change transit facade sequence. Summary: Call PLAY_START smart callback first. before call tansit_go. Because PLAY_UPDATE smart callback is called when transit_go is called and transit_cb is called. Test Plan: refer to comment this revision Reviewers: Hermet, kimcinoo Reviewed By: Hermet Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8718 --- src/lib/elementary/efl_ui_animation_view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_animation_view.c b/src/lib/elementary/efl_ui_animation_view.c index b4be0bdcff..d0dfb80ff7 100644 --- a/src/lib/elementary/efl_ui_animation_view.c +++ b/src/lib/elementary/efl_ui_animation_view.c @@ -66,8 +66,8 @@ static void _transit_go_facade(Efl_Ui_Animation_View_Data *pd) { pd->repeat_times = 0; - elm_transit_go(pd->transit); evas_object_smart_callback_call(pd->obj, SIG_PLAY_START, NULL); + elm_transit_go(pd->transit); } static Eina_Bool