Commit 6d27c8d
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>1 parent 5e6ec2f commit 6d27c8d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments