There was a bug that the application state changed to resume state by pre-unobscured event
when using background launching.
So, we changed code not to send pre-unobscured event when the window set the bg_state.
Change-Id: I088621a6b069d925a862afaed438b720df9ae666
ec->first_mapped = 1;
e_policy_visibility_client_hide_job_cancel(ec);
- if (!(ec->iconic && ec->exp_iconify.by_client))
+ if (!(ec->iconic && ec->exp_iconify.by_client) && !ec->bg_state)
e_vis_client_check_send_pre_visibility_event(ec, EINA_FALSE);
ELOGF("COMP", "Un-Set launching flag", ec);