Browse Source

Add system background color to profile pics

Changelog-Fixed: Add system background color to profile pics
Closes: #270
translations_damus-localizations-en-us-xcloc-localized-contents-en-us-xliff--master_es_419
OlegAba 2 years ago
committed by William Casarin
parent
commit
d878ff6fdb
  1. 4
      damus/Views/ProfilePicView.swift

4
damus/Views/ProfilePicView.swift

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

Loading…
Cancel
Save