Commit abca50f
Fix: Critical crash in filter menu and Fastlane UI import issue (#51)
* fix: add Fastlane UI import to changelog_helper
- Changed from Fastlane.const_defined?(:UI) to defined?(UI)
- Fixes NameError: uninitialized constant ChangelogHelper::UI
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* fix: prevent crash when filter menu content is empty
- Changed OR (||) to AND (&&) in FeedInfo.isValid()
- Prevents index out of range crash when items array is empty
- Fixes crash reported in TestFlight feedback
Crash details:
- Swift runtime failure: Index out of range
- Location: FeedInfo.isValid() accessing items[0] on empty array
- Trigger: Filter menu with no corresponding content
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
---------
Co-authored-by: Claude <[email protected]>1 parent 6d27c8d commit abca50f
File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments