We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5aa9473 + 7ecc2d3 commit 6c27d02Copy full SHA for 6c27d02
SDWebImageSwiftUI/Classes/ImageManager.swift
@@ -107,7 +107,7 @@ public final class ImageManager : ObservableObject {
107
// So previous View struct call `onDisappear` and cancel the currentOperation
108
return
109
}
110
- withTransaction(transaction) {
+ withTransaction(self.transaction) {
111
self.image = image
112
self.error = error
113
self.isIncremental = !finished
0 commit comments