From 69be38c5d975c96eee7adab238ffd608b99d8514 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Tue, 27 Jun 2017 18:08:00 +0900 Subject: Additional parameter to WindowManager at application startup HomeScreen used to pass numeric id to WindowManager at application startup. This change add 1 more parameter (string id). This is necessary for WindowManager to allow some applications to run background, related to https://gerrit.automotivelinux.org/gerrit/#/c/9827/ Bug-AGL: SPEC-395 Change-Id: I90dec40fe0afd7634389b3430349259cc3616005 Signed-off-by: Tadao Tanikawa --- homescreen/qml/ShortcutArea.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homescreen/qml/ShortcutArea.qml') diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml index 14c7b6b..9be3fd0 100644 --- a/homescreen/qml/ShortcutArea.qml +++ b/homescreen/qml/ShortcutArea.qml @@ -69,7 +69,7 @@ Item { applicationArea.visible = true appLauncherAreaLauncher.visible = false layoutHandler.makeMeVisible(pid) - layoutHandler.showAppLayer(pid) + layoutHandler.showAppLayer(model.application, pid) } else { console.warn("app cannot be launched!") -- cgit 1.2.3-korg