From 52996002fb686d4aa25cca5926b54a4dbf5bbb93 Mon Sep 17 00:00:00 2001 From: Lumaa Date: Sun, 11 Feb 2024 17:13:51 +0100 Subject: [PATCH] Use of ProfilePicture --- Threaded/Components/ProfileView.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Threaded/Components/ProfileView.swift b/Threaded/Components/ProfileView.swift index 7e0c78e..9dba3e8 100644 --- a/Threaded/Components/ProfileView.swift +++ b/Threaded/Components/ProfileView.swift @@ -345,8 +345,7 @@ struct ProfileView: View { } var profilePicture: some View { - OnlineImage(url: account.avatar, size: biggerPicture ? 300 : 50, useNuke: true) - .clipShape(.circle) + ProfilePicture(url: account.avatar, size: biggerPicture ? 300 : 50) .matchedGeometryEffect(id: animPicture, in: accountAnims) .onTapGesture { withAnimation(animPicCurve) {