X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=launcher%2Fqml%2FLauncher.qml;h=bab193367a9cb202b8a1c17a9f26900ccb53b6be;hb=97de9a648139a0c09825c5cb7557dfa5aa44461b;hp=a45a57a6b7d3fb2779889005798cbd568bf4ccf7;hpb=3508d025b0046fffb337ffceb912947ef1dcf47d;p=apps%2Flauncher.git diff --git a/launcher/qml/Launcher.qml b/launcher/qml/Launcher.qml index a45a57a..bab1933 100644 --- a/launcher/qml/Launcher.qml +++ b/launcher/qml/Launcher.qml @@ -139,13 +139,14 @@ ApplicationWindow { onReleased: { if (currentId === '' && loc.index >= 0 ) { // Not long press, exec application and tapshortcut - pid = launcher.launch(applicationModel.id(loc.index)) - if (1 < pid) { +// pid = launcher.launch(applicationModel.id(loc.index)) +// if (1 < pid) { homescreenHandler.tapShortcut(applicationModel.appid(loc.index)) - } - else { - console.warn("app cannot be launched!") - } + +// } +// else { +// console.warn("app cannot be launched!") +// } } else if (loc.mouseY <= 0) { if (loc.mouseX >= 197 && loc.mouseX < 393) { // shortcutAppModel.changeShortcut(currentId, currentName, "0");