Skip to content

Remove dead code and fix unused parameter in Event.refresh#24

Merged
dadachi merged 2 commits intomainfrom
remove-dead-code-fix-unused-param
Mar 25, 2026
Merged

Remove dead code and fix unused parameter in Event.refresh#24
dadachi merged 2 commits intomainfrom
remove-dead-code-fix-unused-param

Conversation

@dadachi
Copy link
Copy Markdown
Contributor

@dadachi dadachi commented Mar 25, 2026

Summary

  • Remove unused navigationPathStats state variable from AppTabView — was declared and assigned but never passed to any NavigationStack
  • Fix Event.refresh to use the action parameter instead of ignoring it and hardcoding "Refresh"

Test plan

  • Verify tab navigation still works correctly after removing unused state
  • Verify refresh event logging includes the actual action string
  • Run full test suite

🤖 Generated with Claude Code

dadachi and others added 2 commits March 26, 2026 08:18
Remove unused navigationPathStats state variable from AppTabView and
fix Event.refresh to use the action parameter instead of hardcoding
"Refresh".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…undaries

Remove unnecessary sending keyword from NFCManagerProtocol.startWriting
and use nonisolated(unsafe) in ItemTagDetailViewModel to safely transfer
the NFCNDEFMessage to the nonisolated method.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@dadachi dadachi merged commit 2177dc3 into main Mar 25, 2026
2 checks passed
@dadachi dadachi deleted the remove-dead-code-fix-unused-param branch March 25, 2026 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant