fix(android): restore bundle mapping for module resources and local login animation

This commit is contained in:
Daniel Arantes Loverde
2026-05-27 15:22:57 -03:00
parent be6c31832f
commit 9fb8dae45a
8 changed files with 10 additions and 10 deletions

View File

@@ -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)