Temporary fix of PreInitialize, Remove FontClient 34/229334/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 25 Mar 2020 04:13:35 +0000 (13:13 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Tue, 31 Mar 2020 07:34:38 +0000 (16:34 +0900)
commit4c5f3316c8a21e5884c35d7766840b8dc68b6ac8
tree0df076604ec2b0a2fbccfc107d73b4942a4e372f
parenta6d6182bf4918f71919ca2459a4e7a5ed1511f9f
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