diff --git a/components/mobileshell/qml/homescreen/HomeScreen.qml b/components/mobileshell/qml/homescreen/HomeScreen.qml index f64bb613..cd569be6 100644 --- a/components/mobileshell/qml/homescreen/HomeScreen.qml +++ b/components/mobileshell/qml/homescreen/HomeScreen.qml @@ -130,7 +130,6 @@ Item { function onLockscreenUnlocked() { // run zoom animation after login - itemContainer.zoomOutImmediately(); itemContainer.zoomIn(); } }