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: add null checks in HtmlMovementMethod to prevent crashes (#108)
- Add null check for imgs collection before iterating
- Add null check for currentImg before comparison
- Add null check for imgs.get(i) and its getUrl() method
- Prevents NullPointerException when clicking on image spans
- Fixes crash reported in Google Play Console at line 215
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments