Skip to content

Fix initial focus in LockScreenUi

Fabian Vogt requested to merge work/fvogt/lockscreenfocus into master

SessionManagementScreen is a FocusScope and needs focus explicitly assigned to it. If inside a QQC2 StackView this is taken care of, but for some reason in a QQC1 StackView this isn't the case for the initial item. Do it explicitly.

Fixes !1392 (comment 384538)

CC @ngraham

Merge request reports