Skip to content

Commit

Permalink
finish kingfisher upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed Dec 2, 2024
1 parent 0057017 commit 3589d8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HabitRPG/Utilities/ImageManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class ImageManager {
"shop_armoire": "gif"
]

@MainActor
static func setImage(on imageView: NetworkImageView, name: String, extension fileExtension: String = "", completion: ((UIImage?, NSError?) -> Void)? = nil) {
if imageView.loadedImageName != name {
imageView.image = nil
Expand Down

0 comments on commit 3589d8d

Please sign in to comment.