Disable scrolling on launcher
[staging/HomeScreen.git] / HomeScreen / qml / Home.qml
index 3c8f109..142e7f5 100644 (file)
@@ -38,6 +38,7 @@ Item {
         height: cellHeight * 3
         cellWidth: 320
         cellHeight: 320
+        interactive: false
 
         model: ApplicationModel {}
         delegate: MouseArea {
@@ -55,7 +56,7 @@ Item {
 
                     applicationArea.visible = true
                     appLauncherAreaLauncher.visible = false
-                    layoutHandler.showAppLayer()
+                    layoutHandler.showAppLayer(pid)
                 }
                 else {
                     console.warn("app cannot be launched!")