Commit ab1cf2c
fix: resolve Glide 4.16.0 compatibility issues for image loading
- Updated MyAppGllideModule to use Registry directly instead of glide.getRegistry()
- Added isManifestParsingEnabled() override returning false to prevent manifest parsing conflicts
- These changes fix image loading failures introduced by Glide upgrade from 4.11.0 to 4.16.0
The Glide 4.16.0 version introduced breaking changes in how modules register components.
This fix ensures proper OkHttp integration with the custom HTTP client configuration.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 2afc382 commit ab1cf2c
File tree
1 file changed
+6
-1
lines changed- app/src/main/java/me/ghui/v2er/general
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
31 | | - | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
0 commit comments