Commit a0c01c9
authored
chore: cleanup unused imports (#116)
* chore: remove unused imports from MyAppGlideModule
- Removed DecodeFormat import that is no longer used
- Removed RequestOptions import that is no longer used
- These imports were left over after fixing the Glide recursive initialization issue
* chore: fix typo and remove unused import in APIService
- Fixed typo: 'Exeception' -> 'Exception' in error message
- Removed unused URISyntaxException import
* fix: correct typo in filename MyAppGlideModule (was MyAppGllideModule)
* fix: correct class name to match filename MyAppGlideModule1 parent fa630c3 commit a0c01c9
File tree
2 files changed
+2
-5
lines changed- app/src/main/java/me/ghui/v2er
- general
- network
2 files changed
+2
-5
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| |||
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | | - | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
129 | | - | |
| 128 | + | |
130 | 129 | | |
131 | 130 | | |
132 | 131 | | |
| |||
0 commit comments