Make sure the user can get to the navigationtabbar
This commit is contained in:
@@ -198,7 +198,7 @@ QQC2.ScrollView {
|
|||||||
model: root.room.isDirectChat() ? 0 : sortedMessageEventModel
|
model: root.room.isDirectChat() ? 0 : sortedMessageEventModel
|
||||||
|
|
||||||
clip: true
|
clip: true
|
||||||
activeFocusOnTab: true
|
focus: true
|
||||||
|
|
||||||
delegate: Delegates.RoundedItemDelegate {
|
delegate: Delegates.RoundedItemDelegate {
|
||||||
id: userDelegate
|
id: userDelegate
|
||||||
@@ -214,6 +214,7 @@ QQC2.ScrollView {
|
|||||||
|
|
||||||
text: name
|
text: name
|
||||||
|
|
||||||
|
KeyNavigation.tab: navigationBar.tabGroup.checkedButton
|
||||||
KeyNavigation.backtab: index === 0 ? userList.headerItem.userListSearchField : null
|
KeyNavigation.backtab: index === 0 ? userList.headerItem.userListSearchField : null
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|||||||
Reference in New Issue
Block a user