Fixed default indicator mode
authorJongHeon Choi <j-h.choi@samsung.com>
Wed, 19 Oct 2016 01:17:49 +0000 (10:17 +0900)
committerJongHeon Choi <j-h.choi@samsung.com>
Wed, 19 Oct 2016 01:17:49 +0000 (10:17 +0900)
runtime/browser/native_window.cc

index df1b248..fd40a02 100755 (executable)
@@ -179,6 +179,8 @@ void NativeWindow::Initialize() {
     natural_orientation_ = ScreenOrientation::PORTRAIT_PRIMARY;
   }
 
+  elm_win_indicator_mode_set(window_, ELM_WIN_INDICATOR_SHOW);
+
   initialized_ = true;
 }