You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update tab selection unconditionally for consistency
Apply Copilot suggestion to always update selectedTab binding value,
even when tapping the same tab. This ensures the TabView selection
stays in sync and simplifies the binding logic.
Setting the same value is harmless in SwiftUI and prevents potential
sync issues between the intermediate binding and the actual state.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments