Add system background color to profile pics
Changelog-Fixed: Add system background color to profile pics Closes: #270
This commit is contained in:
@@ -51,7 +51,9 @@ struct InnerProfilePicView: View {
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
Group {
|
||||
ZStack {
|
||||
Color(uiColor: .systemBackground)
|
||||
|
||||
KFAnimatedImage(url)
|
||||
.callbackQueue(.dispatch(.global(qos: .background)))
|
||||
.processingQueue(.dispatch(.global(qos: .background)))
|
||||
|
||||
Reference in New Issue
Block a user