Fix Launchpad error 91/143791/1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 11 Aug 2017 08:55:09 +0000 (17:55 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Fri, 11 Aug 2017 08:55:09 +0000 (17:55 +0900)
Change-Id: Ie481e9562d1483c18b95808e111cb96910af9eae

adaptors/common/application-impl.cpp

index 77407d8..5e73d5e 100644 (file)
@@ -69,6 +69,8 @@ void Application::PreInitialize( int* argc, char** argv[] )
     gPreInitializedApplication = new Application ( argc, argv, "", Dali::Application::OPAQUE, PositionSize(), Framework::NORMAL );
 
     gPreInitializedApplication->CreateWindow();    // Only create window
+
+    gPreInitializedApplication->mLaunchpadState = Launchpad::PRE_INITIALIZED;
   }
 }