Remove evas_object_show() in watch_window
authorJongHeon Choi <j-h.choi@samsung.com>
Tue, 5 Jul 2016 08:31:07 +0000 (17:31 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Tue, 5 Jul 2016 08:31:07 +0000 (17:31 +0900)
runtime/browser/native_watch_window.cc

index 17b83e3..0052781 100644 (file)
@@ -34,7 +34,6 @@ Evas_Object* NativeWatchWindow::CreateWindowInternal() {
   watch_app_get_elm_win(&window);
   elm_win_alpha_set(window, EINA_TRUE);
   evas_object_render_op_set(window, EVAS_RENDER_COPY);
-  evas_object_show(window);
   return window;
 }