Temporarily Disable the Indicator 86/77186/1
authorHyeKyoung Hwang <cookie@samsung.com>
Wed, 29 Jun 2016 04:29:42 +0000 (13:29 +0900)
committerHyeKyoung Hwang <cookie@samsung.com>
Wed, 29 Jun 2016 04:29:42 +0000 (13:29 +0900)
http://suprem.sec.samsung.net/jira/browse/TSAM-5664
http://suprem.sec.samsung.net/jira/browse/TSAM-5661

[ Issue ] Resize issue
          When the rotation, indicator resize is called
[Solution] Temporarily Indicator is disable
           After Beta release, EFL and Weview team discuss about the resize

Change-Id: Ibd1d9b8887ad613e5065f3bba06bad1f6ed8151c
Signed-off-by: HyeKyoung Hwang <cookie@samsung.com>
services/SimpleUI/ViewManager.cpp [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 96b2af4..bbd6293
@@ -47,7 +47,8 @@ void ViewManager::init(Evas_Object* parentWindow)
     M_ASSERT(parentWindow);
 
     m_conformant = elm_conformant_add(parentWindow);
-    elm_win_indicator_mode_set(parentWindow, ELM_WIN_INDICATOR_SHOW);
+     //tmp for TSAM-5664 rotation resize issue
+    //elm_win_indicator_mode_set(parentWindow, ELM_WIN_INDICATOR_SHOW);
     evas_object_size_hint_weight_set(m_conformant, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
     evas_object_show(m_conformant);
     elm_win_resize_object_add(parentWindow, m_conformant);