From ec28d0bf46efbb13662a9b01de5d18f87fe34145 Mon Sep 17 00:00:00 2001 From: Tasuku Suzuki Date: Sat, 23 Dec 2017 22:13:19 +0900 Subject: Block launching app when an app is launching Bug-AGL: SPEC-1214 Change-Id: I747d20ca7a6219535668fc3951a4ff9f55bcaaaf Signed-off-by: Tasuku Suzuki Signed-off-by: Tadao Tanikawa (cherry picked from commit db9f41d75fb4460f668117c69be05c4d4d4c7c7c) --- homescreen/qml/Home.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'homescreen/qml/Home.qml') diff --git a/homescreen/qml/Home.qml b/homescreen/qml/Home.qml index 287b250..5d54093 100644 --- a/homescreen/qml/Home.qml +++ b/homescreen/qml/Home.qml @@ -72,11 +72,8 @@ Item { if (currentId === '') { pid = launcher.launch(applicationModel.id(loc.index)) if (1 < pid) { -// layoutHandler.makeMeVisible(pid) - applicationArea.visible = true appLauncherAreaLauncher.visible = false - // layoutHandler.showAppLayer(applicationModel.id(loc.index), pid) } else { console.warn("app cannot be launched!") -- cgit 1.2.3-korg