X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fhomescreenhandler.cpp;h=d5e46fac81bb4ce20ed77b3963bd88d195c51431;hb=dacea3bc2d252eeb59c22f59ffca0870bc03913b;hp=ee8d6143f4758d68260f3365c6c90d1a96102a4b;hpb=fda3079ca8ff4a6ec6a67981ba1cdc56a8c0c3ab;p=apps%2Fhomescreen.git diff --git a/homescreen/src/homescreenhandler.cpp b/homescreen/src/homescreenhandler.cpp index ee8d614..d5e46fa 100644 --- a/homescreen/src/homescreenhandler.cpp +++ b/homescreen/src/homescreenhandler.cpp @@ -131,11 +131,11 @@ void HomescreenHandler::tapShortcut(QString application_id) // require calling 'agl_shell_activate_app' agl_shell_activate_app(agl_shell, application_id.toStdString().c_str(), output); - if (mp_launcher) { - mp_launcher->setCurrent(application_id); - } #endif + if (mp_launcher) { + mp_launcher->setCurrent(application_id); + } appStarted(application_id); }