[2.15.0_merge_master] merge problem fix

This commit is contained in:
zhongchao
2023-05-06 20:18:07 +08:00
parent 9ed33343e0
commit 5005745645

View File

@@ -214,7 +214,7 @@ class AdvanceVideoView @JvmOverloads constructor(
Logger.d(ImageVideoRotationView.TAG, "download-onProgress== $length")
}
override fun onFinished(url: String?, threadBean: ThreadBean?) {
override fun onFinished(url: String?, threadBean: ThreadBean?, localPath: String?) {
Logger.d(ImageVideoRotationView.TAG, "download-onFinished = $url")
if (url.equals(fileNetPath)) { //发现下载工具在断网又连网后,已完成的任务又都下载,跳转播放出现问题
//下载完成