1.修改退出之后清楚图片缓存

This commit is contained in:
2025-10-04 00:40:16 +08:00
parent 3280a93c5e
commit c68ffe6016
9 changed files with 17 additions and 5 deletions

View File

@@ -568,5 +568,8 @@ public class ImageUtils {
}
}
public static void clearDiskCache(Context context){
Glide.get(context).clearDiskCache();
}
}