Make sure the user can get to the navigationtabbar

This commit is contained in:
James Graham
2024-04-20 17:02:09 +02:00
parent bfc756fb35
commit 9202a4525f

View File

@@ -198,7 +198,7 @@ QQC2.ScrollView {
model: root.room.isDirectChat() ? 0 : sortedMessageEventModel
clip: true
activeFocusOnTab: true
focus: true
delegate: Delegates.RoundedItemDelegate {
id: userDelegate
@@ -214,6 +214,7 @@ QQC2.ScrollView {
text: name
KeyNavigation.tab: navigationBar.tabGroup.checkedButton
KeyNavigation.backtab: index === 0 ? userList.headerItem.userListSearchField : null
onClicked: {