Empty User Profile Image Crash (#1195)
This commit is contained in:
parent
7c36c157fe
commit
e12adc7c69
|
@ -61,7 +61,7 @@ struct UserProfileSettingsView: View {
|
|||
ZStack {
|
||||
imageView
|
||||
}
|
||||
.aspectRatio(contentMode: .fill)
|
||||
.aspectRatio(1, contentMode: .fill)
|
||||
.clipShape(.circle)
|
||||
.frame(width: 150, height: 150)
|
||||
.shadow(radius: 5)
|
||||
|
|
Loading…
Reference in New Issue