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>
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);