* Since the given ec is destroyed by the back key, we can't find out caller ec(lc) with activity and given ec.
* We have to use transient_for to find caller ec(lc).
*/
- ELOGF("LAUNCHER_SRV", "Hide hook of ec->parent(%p)", ec, ec->parent);
if (ec->parent)
{
+ ELOGF("LAUNCHER_SRV", "Hide hook of ec->parent(%p)", ec, ec->parent);
lc = _launcher_handler_launcher_find(ec->parent);
if ((lc) && (lc->launched_ec != ec)) lc = NULL;
}
+ else
+ {
+ ELOGF("LAUNCHER_SRV", "Hide hook of ec->parent(NULL)", ec);
+ }
}
}
if (!lc) return EINA_FALSE;