Files
platform/ios/Platform
Yusuf Suleman 8a04c18627
All checks were successful
Security Checks / dependency-audit (push) Successful in 13s
Security Checks / secret-scanning (push) Successful in 4s
Security Checks / dockerfile-lint (push) Successful in 4s
fix: Madiha's Trips stuck loading — tripsVM.loadTrips() was behind showReader guard
The .task block had guard showReader (Madiha=false) before
tripsVM.loadTrips(). Trips pre-load never ran for Madiha.
Moved tripsVM.loadTrips() before the guard so it runs for all users.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 22:50:40 -05:00
..