The source project of this merge request has been removed.
Fix regression affecting user switching from lockscreen
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.