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