diff --git a/lookandfeel/contents/lockscreen/LockScreenUi.qml b/lookandfeel/contents/lockscreen/LockScreenUi.qml --- a/lookandfeel/contents/lockscreen/LockScreenUi.qml +++ b/lookandfeel/contents/lockscreen/LockScreenUi.qml @@ -256,6 +256,14 @@ source: "MediaControls.qml" } } + + Component.onCompleted: { + if (defaultToSwitchUser) { //context property + mainStack.push({ + item: switchSessionPage, + immediate: true}); + } + } } Loader {