Skip to content

Commit

Permalink
解决progressbar无法拉取的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hss01248 committed Jun 13, 2024
1 parent ce19f15 commit 4078e5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion downloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
api "com.github.hss01248.utilcodeEnhance:refresh-loadmore:1.5.7"
api "com.github.hss01248.utilcodeEnhance:viewholder:1.5.7"

api 'com.github.skyNet2017:NumberProgressBar:1.0.0'
api 'com.github.skyNet2017.NumberProgressBar:library:1.0.2'

api 'com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.47'
api 'com.noober.floatmenu:common:1.0.4'
Expand Down
2 changes: 1 addition & 1 deletion glidev4/src/main/java/com/hss01248/glidev4/Glide4Init.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public String create(Context context) {
Application application = (Application) context;

}
ImageLoader.init(context,250,new Glide4Loader());
ImageLoader.init(context,1024,new Glide4Loader());
return "Glide4Init";
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public static void init(Context context, int cacheSizeInM, ILoader imageLoader)
/**
* lrucache 最大值
*/
public static int cacheMaxSize = 150;
public static int cacheMaxSize = 1024;

/**
* 缓存文件夹
Expand Down

0 comments on commit 4078e5c

Please sign in to comment.