fix(android): resolve color parser and resource bundle resolution issues

This commit is contained in:
Daniel Arantes Loverde
2026-05-27 09:55:00 -03:00
parent 0e6206f899
commit 68864ee21a
9 changed files with 40 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ struct LaunchSplashView: View {
@ViewBuilder var splashLogo: some View {
#if os(Android)
SwiftUI.Image("pedifoods")
SwiftUI.Image("pedifoods", bundle: .module)
.resizable()
#else
SwiftUI.Image("pedifoods")