修复重构loader后ftp模块的bug
This commit is contained in:
@@ -144,6 +144,10 @@ final class LiveStateManager implements IThreadStateManager {
|
||||
return mProgress;
|
||||
}
|
||||
|
||||
@Override public void updateCurrentProgress(long currentProgress) {
|
||||
mProgress = currentProgress;
|
||||
}
|
||||
|
||||
@Override public void setLooper(TaskRecord taskRecord, Looper looper) {
|
||||
mLooper = looper;
|
||||
}
|
||||
|
||||
@@ -247,6 +247,10 @@ public final class VodStateManager implements IThreadStateManager {
|
||||
return progress;
|
||||
}
|
||||
|
||||
@Override public void updateCurrentProgress(long currentProgress) {
|
||||
progress = currentProgress;
|
||||
}
|
||||
|
||||
private void printInfo(String tag) {
|
||||
if (false) {
|
||||
ALog.d(tag, String.format(
|
||||
|
||||
Reference in New Issue
Block a user