Skip to content

Commit

Permalink
[maintain] Change method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 5, 2024
1 parent 9c3efeb commit 5c3397f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib_glide/src/main/java/com/sum/glide/GlideApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fun ImageView.loadFile(file: File?) {
* 设置图片,不开启缓存
* @param url
*/
fun ImageView.setUrlNoCache(url: String?) {
fun ImageView.setUrlWithoutCache(url: String?) {
if (ActivityManager.isActivityDestroy(context)) return
Glide.with(context).load(url)
.placeholder(R.mipmap.default_img)
Expand Down

0 comments on commit 5c3397f

Please sign in to comment.