Fix for DALi window to behave with Legacy mode disabled 69/46669/1
authorJonghyun Ho <jonghyun.ho@samsung.com>
Thu, 20 Aug 2015 05:40:47 +0000 (14:40 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 24 Aug 2015 15:28:09 +0000 (16:28 +0100)
Window is actually changed too early before we get resume
The sequence of switching between windows need to be ensured
Window was raised manually since legacy mode was enabled
DALi window needs to be controlled by the system
It can be done by disabling legacy mode

Change-Id: I76f9e739716ef3974a38c3a11799694d72dc8321

adaptors/common/application-impl.cpp

index e7c1a3a..ee1158b 100644 (file)
@@ -254,8 +254,6 @@ void Application::OnReset()
    */
   Dali::Application application(this);
   mResetSignal.Emit( application );
-
-  mWindow.Raise();
 }
 
 void Application::OnAppControl(void *data)