This commit is contained in:
AriaLyy
2017-05-24 11:26:33 +08:00
parent e5aa798df5
commit 5b0951c765
9 changed files with 60 additions and 47 deletions

View File

@@ -131,7 +131,7 @@ public class DownloadPopupWindow extends AbsPopupWindow {
} else {
mPb.setProgress((int) ((current * 100) / len));
}
mSpeed.setText(CommonUtil.formatFileSize(task.getSpeed()) + "/s");
mSpeed.setText(task.getConvertSpeed());
}
}
}