Skip to content

Commit

Permalink
support armoire gif
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed Nov 5, 2024
1 parent 4b05800 commit 39bb41f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HabitRPG/Utilities/ImageManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ class ImageManager {
"Pet-Gryphatrice-Jubilant": "gif",
"stable_Pet-Gryphatrice-Jubilant": "gif",
"back_special_heroicAureole": "gif",
"Pet_HatchingPotion_Fungi": "gif"
"Pet_HatchingPotion_Fungi": "gif",
"shop_armoire": "gif"
]

static func setImage(on imageView: NetworkImageView, name: String, extension fileExtension: String = "", completion: ((UIImage?, NSError?) -> Void)? = nil) {
Expand Down

0 comments on commit 39bb41f

Please sign in to comment.