[Attach-panel] Update the ug pause/resume API 85/77085/1 accepted/tizen/mobile/20160629.070715 submit/tizen/20160629.014336
authormoon87.park <moon87.park@samsung.com>
Tue, 28 Jun 2016 12:07:03 +0000 (21:07 +0900)
committermoon87.park <moon87.park@samsung.com>
Tue, 28 Jun 2016 12:07:03 +0000 (21:07 +0900)
Change-Id: I9b69830246a1789ae8cb5f0e5de190de21e28176

src/content_list.c

index 7ce868782c678a42b5e6e499a94db5c31e30146b..8d4666a723a26fe5894025ab1643c022137c7180 100644 (file)
 #include "content_list.h"
 #include "log.h"
 
-/* This APIs are not supported
-#define UG_LIFECYCLE_API_SUPPORTED
-*/
-
 
 
 void _content_list_send_message(Eina_List *list, const char *key, const char *value, int is_ug)
@@ -157,9 +153,7 @@ void _content_list_set_pause(Eina_List *list, int is_ug)
                                _D("Fail to get the ui gadget");
                                continue;
                        }
-#ifdef UG_LIFECYCLE_API_SUPPORTED
                        ug_pause_ug(ui_gadget);
-#endif
                }
        }
 }
@@ -185,9 +179,7 @@ void _content_list_set_resume(Eina_List *list, int is_ug)
                                _D("Fail to get the ui gadget");
                                continue;
                        }
-#ifdef UG_LIFECYCLE_API_SUPPORTED
                        ug_resume_ug(ui_gadget);
-#endif
                }
        }
 }