mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Update widget
This commit is contained in:
@@ -929,8 +929,8 @@ struct AvatarsWidgetView: View {
|
||||
})
|
||||
}).aspectRatio(1.0, contentMode: .fit))
|
||||
} else if isPlaceholder {
|
||||
return AnyView(Circle().aspectRatio(1.0, contentMode: .fit).foregroundColor(.clear))
|
||||
//return AnyView(Circle().aspectRatio(1.0, contentMode: .fit).foregroundColor(getPlaceholderColor()))
|
||||
//return AnyView(Circle().aspectRatio(1.0, contentMode: .fit).foregroundColor(.clear))
|
||||
return AnyView(Circle().aspectRatio(1.0, contentMode: .fit).foregroundColor(getPlaceholderColor()))
|
||||
} else {
|
||||
return AnyView(Circle().aspectRatio(1.0, contentMode: .fit).foregroundColor(getPlaceholderColor()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user