summary refs log tree commit diff
path: root/resources
diff options
context:
space:
mode:
authorkamathmanu <manuriddle@gmail.com>2020-11-30 14:58:37 -0500
committerGitHub <noreply@github.com>2020-11-30 14:58:37 -0500
commita48c6353bf186b791fc4f6d8148905a54bbeb5e5 (patch)
tree69de2d54307c2603035c5cecd773fa8a3b80d719 /resources
parentLint code (diff)
downloadnheko-a48c6353bf186b791fc4f6d8148905a54bbeb5e5.tar.xz
Update resources/qml/Avatar.qml
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/Avatar.qml4
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/qml/Avatar.qml b/resources/qml/Avatar.qml
index 4ca32286..150a0ee7 100644
--- a/resources/qml/Avatar.qml
+++ b/resources/qml/Avatar.qml
@@ -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)
         }
     }