aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/qml/ShortcutArea.qml
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2017-11-15 11:56:17 +0900
committerZheng Wenlong <wenlong_zheng@nexty-ele.com>2017-11-15 02:58:27 +0000
commitbf3c9fb7ae0f39d6df454807dcfaccc97715fbcf (patch)
tree8a7d3c2d1ab44fad9f91e0f829380e3edea6d474 /homescreen/qml/ShortcutArea.qml
parente14318d2d3507252d8d2e3c2dc8bff74c0446f7a (diff)
Change libwindowmanager to qlibwindowmanager
Since qlibwindowmanager set environment QT_IVI_SURFACE_ID, and libwindowmanager remove setenv. HomeScreen need use qlibwindowmanager instead of libwindowmanager. Change-Id: I0d0babff168fe0cecb2ff689605df1f9bbc2c400 Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'homescreen/qml/ShortcutArea.qml')
-rw-r--r--homescreen/qml/ShortcutArea.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/homescreen/qml/ShortcutArea.qml b/homescreen/qml/ShortcutArea.qml
index bbe6565..1638bcf 100644
--- a/homescreen/qml/ShortcutArea.qml
+++ b/homescreen/qml/ShortcutArea.qml
@@ -79,6 +79,10 @@ Item {
}
}
homescreenHandler.tapShortcut(model.name)
+ if(model.name == 'Home')
+ {
+ layoutHandler.activateSurface('HomeScreen');
+ }
}
}
}