mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2024-12-29 18:23:24 +01:00
Use of ProfilePicture
This commit is contained in:
parent
bef73a1d1e
commit
52996002fb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user