Use of ProfilePicture

This commit is contained in:
Lumaa 2024-02-11 17:13:51 +01:00
parent bef73a1d1e
commit 52996002fb

View File

@ -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) {