屏蔽下载限速,修复专题详情闪退问题
This commit is contained in:
@ -39,7 +39,6 @@ import com.lightgame.download.DownloadConfig;
|
||||
import com.lightgame.download.DownloadDao;
|
||||
import com.lightgame.download.DownloadEntity;
|
||||
import com.lightgame.download.DownloadService;
|
||||
import com.lightgame.download.DownloadSpeedController;
|
||||
import com.lightgame.download.DownloadStatus;
|
||||
import com.lightgame.download.DownloadStatusListener;
|
||||
import com.lightgame.download.DownloadStatusManager;
|
||||
@ -664,11 +663,11 @@ public class DownloadManager implements DownloadStatusListener {
|
||||
}
|
||||
|
||||
public void disableDownloadSpeedLimit() {
|
||||
DownloadSpeedController.disableSpeedLimit();
|
||||
// DownloadSpeedController.disableSpeedLimit();
|
||||
}
|
||||
|
||||
public void updateSpeedLimitationReleaseDelay(int delay) {
|
||||
DownloadSpeedController.updateLimitationReleaseDelay(delay);
|
||||
// DownloadSpeedController.updateLimitationReleaseDelay(delay);
|
||||
}
|
||||
|
||||
public void checkRetryDownload() {
|
||||
|
||||
Reference in New Issue
Block a user