damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 068099c5a704e3467a1584615b0b34e3e245c348
parent 7372c4847daabcb7b3e4512339b8b69a71ac5d5a
Author: William Casarin <jb55@jb55.com>
Date:   Mon,  2 Jan 2023 15:19:25 -0800

perf: run more kingfisher stuff in the background

Diffstat:
Mdamus/Views/ProfilePicView.swift | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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 }