fix(android): restore bundle mapping for module resources and local login animation
This commit is contained in:
@@ -96,7 +96,7 @@ struct FeaturedStoreCard: View {
|
||||
private var storeIconPlaceholder: some View {
|
||||
ZStack {
|
||||
#if os(Android)
|
||||
SwiftUI.Image("placeholder-product")
|
||||
SwiftUI.Image("placeholder-product", bundle: .module)
|
||||
.resizable()
|
||||
.scaledToFill()
|
||||
.opacity(0.7)
|
||||
|
||||
Reference in New Issue
Block a user