From 90e432f1a9cf9e446f8aec209dbd615cfc8a09d3 Mon Sep 17 00:00:00 2001 From: SimoDax Date: Wed, 16 Dec 2020 15:24:09 +0100 Subject: [PATCH] Fixed profile picture in search page not showing up after 93f22737ec2403bfbd28cba4f9b75990daeb37f3 --- Bird10/assets/components/ProfilesList.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Bird10/assets/components/ProfilesList.qml b/Bird10/assets/components/ProfilesList.qml index bb14162..f4d7070 100644 --- a/Bird10/assets/components/ProfilesList.qml +++ b/Bird10/assets/components/ProfilesList.qml @@ -35,13 +35,8 @@ ListView { orientation: LayoutOrientation.LeftToRight } ProfilePic { + image_url: "http://" + ListItemData.profile_image_url_https.substring(8) } -// WebImageView { -// id: profilePic -// url: "http://" + ListItemData.profile_image_url_https.substring(8) // replace https with http -// minWidth: 80.0 -// minHeight: 80.0 -// } Label { id: username text: ListItemData.name