From d4663adcb0fbf23b151ab26255b58fb163c25713 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 21 Dec 2017 07:27:13 +0900 Subject: [PATCH] Revert "Fix app terminate function" This reverts commit fdb8c42843b759da65250d52ac286623d0e84ec7. Change-Id: I55cd2b6bec3bf268fe9bc7bf7c875ca3875b4ebb --- src/app_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app_main.c b/src/app_main.c index f424618..4d9c7b9 100755 --- a/src/app_main.c +++ b/src/app_main.c @@ -88,11 +88,11 @@ static int __ui_app_create(void *data) static int __ui_app_terminate(void *data) { + appcore_efl_base_on_terminate(); + if (__context.callback.terminate) __context.callback.terminate(__context.data); - appcore_efl_base_on_terminate(); - return APP_ERROR_NONE; } -- 2.7.4