Revert "[Tizen] Fix to get a Stage::SceneCreatedSignal()" 23/131723/1
authorJinho, Lee <jeano.lee@samsung.com>
Tue, 30 May 2017 08:35:36 +0000 (17:35 +0900)
committerJinho, Lee <jeano.lee@samsung.com>
Tue, 30 May 2017 08:35:37 +0000 (17:35 +0900)
This reverts commit 8e294958b8ac6529bb5b4721bd0e1d75b5e9d9e1.

Change-Id: Ia44f95590a830f3900b92633c5d50f1bdea064b6

adaptors/common/application-impl.cpp

index e919f224930f92974b9bbf4b330afa72306ec959..931ba1218e14ad72d5f0ff8eb87b99806155e18d 100644 (file)
@@ -198,6 +198,8 @@ void Application::DoInit()
   {
     Dali::StyleMonitor::Get().SetTheme( mStylesheet );
   }
+
+  mAdaptor->NotifySceneCreated();
 }
 
 void Application::DoTerminate()
@@ -245,8 +247,6 @@ void Application::OnInit()
 
   Dali::Application application(this);
   mInitSignal.Emit( application );
-
-  mAdaptor->NotifySceneCreated();
 }
 
 void Application::OnTerminate()