Skip to content

Commit

Permalink
Fixed profile picture in search page not showing up after 93f2273
Browse files Browse the repository at this point in the history
  • Loading branch information
SimoDax committed Dec 16, 2020
1 parent f82f438 commit 90e432f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Bird10/assets/components/ProfilesList.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90e432f

Please sign in to comment.