Skip to content

Fix regression affecting user switching from lockscreen

Ash Blake requested to merge (removed):fix_switch_user_regression into master

Commit 714ce404 has removed a property that exposed the model from UserDelegate to fix warnings from the logout screen. The model's usage in SessionManagementScreen and then LockScreenUi was unnoticed, which broke user switching for already running sessions.

To fix the warnings, the property containing the model can be moved from UserDelegate itself to the UserDelegate instantiation inside UserList - which is always created with a model.

Merge request reports