diff --git a/damus/Views/ProfilePicView.swift b/damus/Views/ProfilePicView.swift index fbbdd2d..b1a5174 100644 --- a/damus/Views/ProfilePicView.swift +++ b/damus/Views/ProfilePicView.swift @@ -53,6 +53,8 @@ struct InnerProfilePicView: View { var body: some View { Group { KFAnimatedImage(url) + .callbackQueue(.dispatch(.global(qos: .background))) + .processingQueue(.dispatch(.global(qos: .background))) .configure { view in view.framePreloadCount = 1 }