From: junkyu Han Date: Tue, 29 Mar 2016 04:18:19 +0000 (+0900) Subject: Fixed Svace X-Git-Tag: submit/tizen_tv/20160329.043325^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F63953%2F1;p=apps%2Fnative%2Fboot-animation.git Fixed Svace Change-Id: Idcbfeebb638cda645bdd3b98ad09d3381e941c85 --- diff --git a/src/animation.c b/src/animation.c index 33bfa27..faf101f 100644 --- a/src/animation.c +++ b/src/animation.c @@ -99,9 +99,10 @@ static void _edje_cb(void *d, Evas_Object * obj, const char *e, const char *s) evas_object_show(s_animation.txt); } ecore_timer_add(1, _end_cb, NULL); - } else + } else { _D("TYPE_ON"); _end_cb(NULL); + } } #define DEFAULT_W 480