Skip to content

Commit abca50f

Browse files
graycreateclaude
andauthored
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 <noreply@anthropic.com> * 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 <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 6d27c8d commit abca50f

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)