Commit 72d0cf09 authored by jyx's avatar jyx

代码优化

parent 61573e20
......@@ -162,7 +162,7 @@ class TaskCpdHistoryFragment : LazyLoadBaseFragment(), TaskCpdHistoryView,
val position = it.getPosition()
if (mFakeTaskList.size == 0 || mFakeTaskList[position].state == 3) return
val currentPkgName = mFakeTaskList[position].downLoadPkgName
val currentPkgName = mFakeTaskList[position].currentPkgName
if (currentPkgName != null) {
// 时间为0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment