[2.15.0_merge_master] merge problem fix
This commit is contained in:
@@ -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)) { //发现下载工具在断网又连网后,已完成的任务又都下载,跳转播放出现问题
|
||||
//下载完成
|
||||
|
||||
Reference in New Issue
Block a user