homescreen: Don't animate after unlock

KWin appears to freeze frames prior to locking, and so this animation looks very glitchy and jittery. It also causes problems if apps are already activated. Remove it for now so that it's smoother.
This commit is contained in:
Devin Lin 2024-07-03 12:43:08 -04:00
parent 29f387bb57
commit 29f014ad04

View file

@ -133,19 +133,6 @@ Item {
//END API implementation
Connections {
target: MobileShellState.LockscreenDBusClient
function onLockscreenLocked() {
itemContainer.zoomOut();
}
function onLockscreenUnlocked() {
// run zoom animation after login
itemContainer.zoomIn();
}
}
Component.onCompleted: {
// determine the margins used
evaluateMargins();