Skip to content

Commit

Permalink
Fix stopAll
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 14, 2025
1 parent 92837fb commit a0feb32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Sources/AsyncImageKit/ImagePrefetcher.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public final class ImagePrefetcher {
value.task?.cancel()
}
queue.removeAll()
numberOfActiveTasks = 0
}
}

Expand Down

0 comments on commit a0feb32

Please sign in to comment.