perf: run more kingfisher stuff in the background

This commit is contained in:
William Casarin
2023-01-02 15:19:25 -08:00
parent 7372c4847d
commit 068099c5a7

View File

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