mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-01 11:37:40 +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 {
|
var profilePicture: some View {
|
||||||
OnlineImage(url: account.avatar, size: biggerPicture ? 300 : 50, useNuke: true)
|
ProfilePicture(url: account.avatar, size: biggerPicture ? 300 : 50)
|
||||||
.clipShape(.circle)
|
|
||||||
.matchedGeometryEffect(id: animPicture, in: accountAnims)
|
.matchedGeometryEffect(id: animPicture, in: accountAnims)
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
withAnimation(animPicCurve) {
|
withAnimation(animPicCurve) {
|
||||||
|
Loading…
Reference in New Issue
Block a user