完成盲盒转盘功能,除去巡乐会,
This commit is contained in:
@@ -366,9 +366,9 @@ public class AvatarFrameView extends FrameLayout implements IAnimListener {
|
||||
mFile = file;
|
||||
} else {
|
||||
// 删除可能存在的损坏文件
|
||||
if (file.exists()) {
|
||||
file.delete();
|
||||
}
|
||||
// if (file.exists()) {
|
||||
// file.delete();
|
||||
// }
|
||||
DownloadTask task = new DownloadTask.Builder(url, PathUtils.getInternalAppCachePath()
|
||||
, Md5Utils.getStringMD5(url) + ".mp4")
|
||||
.setMinIntervalMillisCallbackProcess(300)
|
||||
|
||||
Reference in New Issue
Block a user