Fix clicking on Account not updating highlight

This commit is contained in:
miruka 2020-05-17 14:41:25 -04:00
parent f23a83b0d5
commit 05a547971d

View File

@ -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()}
} }