Add system background color to profile pics

Changelog-Fixed: Add system background color to profile pics
Closes: #270
This commit is contained in:
OlegAba
2023-01-06 11:38:11 -05:00
committed by William Casarin
parent 7081c4ac69
commit d878ff6fdb

View File

@@ -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)))