From b9889b160ecc43dcde07fe9d8a96373196c539ab 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/Home.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'homescreen/qml/Home.qml') diff --git a/homescreen/qml/Home.qml b/homescreen/qml/Home.qml index a312670..de8b9bb 100644 --- a/homescreen/qml/Home.qml +++ b/homescreen/qml/Home.qml @@ -60,7 +60,7 @@ Item { applicationArea.visible = true appLauncherAreaLauncher.visible = false - layoutHandler.showAppLayer(pid) + layoutHandler.showAppLayer(applicationModel.id(loc.index), pid) } else { console.warn("app cannot be launched!") -- cgit 1.2.3-korg