Skip to content
Snippets Groups Projects
Unverified Commit a48c6353 authored by kamathmanu's avatar kamathmanu Committed by GitHub
Browse files

Update resources/qml/Avatar.qml

parent 0edd7594
No related branches found
No related tags found
No related merge requests found
......@@ -55,9 +55,7 @@ Rectangle {
id: mouseArea
anchors.fill: parent
onClicked: {
TimelineManager.openImageOverlay(usrUrl, TimelineManager.timeline.data.id)
}
onClicked: TimelineManager.openImageOverlay(TimelineManager.timeline.avatarUrl(userid), TimelineManager.timeline.data.id)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment