Temporary fix of PreInitialize, Remove FontClient 07/228707/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 25 Mar 2020 04:13:35 +0000 (13:13 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Wed, 25 Mar 2020 04:13:35 +0000 (13:13 +0900)
commit9b4a4c99a96f770fbed93a3fd03583c780ee641f
tree914994664ba729eb6d30cde7d28e4c83e2108b69
parent2501941e886ff3c6537e0bb677b05b9d2f6060d4
Temporary fix of PreInitialize, Remove FontClient

We cannot use a singleton service before the core is created.

FontClient takes the most launch time to load dali application.
we have to modify the code to use FontClient in PreInitialize function.

Change-Id: I085bf894bf298486e1756f62394562a46b820694
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dali/internal/adaptor/common/application-impl.cpp