Fix clicking on Account not updating highlight
This commit is contained in:
parent
f23a83b0d5
commit
05a547971d
|
@ -30,10 +30,7 @@ HListView {
|
|||
|
||||
totalMessageIndicator.visible: false
|
||||
|
||||
onLeftClicked: pageLoader.showPage(
|
||||
"AccountSettings/AccountSettings", {userId: model.id}
|
||||
)
|
||||
|
||||
onLeftClicked: showItemAtIndex(model.index)
|
||||
onCollapsedChanged: { print(wantedUserId, model.id);
|
||||
if (wantedUserId === model.id) correctTimer.start()}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user