[Tizen] Showing window after adaptor is initialized 34/254934/4 accepted/tizen/6.0/unified/20210312.104416 submit/tizen_6.0/20210311.071546 submit/tizen_6.0/20210312.021659
authorhuiyu.eun <huiyu.eun@samsung.com>
Thu, 11 Mar 2021 00:29:28 +0000 (09:29 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Thu, 11 Mar 2021 00:37:39 +0000 (09:37 +0900)
commit10e88e9c80f88b096ef7e543ab94a7aa5868bf07
tree119c9aa54ef363c9b1a3dd5a2f1f2282f0ec55d7
parent8f58ea5cecbe0795d54a0ee1055bf8a8d9ead9ca
[Tizen] Showing window after adaptor is initialized

The Preinitialization creates a window in advance.
If you call the 'Show' before creating the adaptor, the application cannot know the app resource id.
The show must be called after the adaptor is initialized.

Change-Id: I37f81df09642ab19d1f04995236b01f6e5d225c4
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dali/internal/window-system/common/window-impl.cpp