When the hint is not window id control, the application core skips
setting the app info for display server. This patch reduces unnecessary
wayland initialization.
Change-Id: Ibfb90b115054ea416b7e6456e2faa1a97506196c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
}
if (!impl_->fast_launch_) {
- if (impl_->hint_ & HINT_WINDOW_ID_CONTROL)
+ if (impl_->hint_ & HINT_WINDOW_ID_CONTROL) {
impl_->SetAppId();
-
- impl_->SetAppInfo();
+ impl_->SetAppInfo();
+ }
} else {
_I("Skip wayland init for fast-launched app");
}