Skip to content

Commit 97079d6

Browse files
committed
Change to GalleryBundle.self
1 parent 2608272 commit 97079d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/Utils/GalleryBundle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import UIKit
33
class GalleryBundle {
44

55
static func image(_ named: String) -> UIImage? {
6-
let bundle = Foundation.Bundle(for: Bundle.self)
6+
let bundle = Foundation.Bundle(for: GalleryBundle.self)
77
return UIImage(named: "Gallery.bundle/\(named)", in: bundle, compatibleWith: nil)
88
}
99
}

0 commit comments

Comments
 (0)