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: handle null ResponseBody source in network interceptor (#107)
- Replace custom ResponseBody anonymous class with ResponseBody.create()
- Ensures valid BufferedSource is returned instead of null
- Prevents NullPointerException when OkHttp attempts to close response
- Fixes crash reported in Google Play Console
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments