Skip to content

Commit b2f059c

Browse files
committed
fix: correct class name to match filename MyAppGlideModule
1 parent cdea519 commit b2f059c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/me/ghui/v2er/general/MyAppGlideModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
@GlideModule
24-
public class MyAppGllideModule extends AppGlideModule {
24+
public class MyAppGlideModule extends AppGlideModule {
2525

2626
@Override
2727
public boolean isManifestParsingEnabled() {

0 commit comments

Comments
 (0)