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

@@ -26,7 +26,7 @@ struct OtpView: View {
ScrollView {
VStack(spacing: 0) {
#if os(Android)
SwiftUI.Image("pedifoods")
SwiftUI.Image("pedifoods", bundle: .module)
.resizable()
.scaledToFit()
.frame(width: 74, height: 74)