fix: 处理部分 SonarQube 问题
This commit is contained in:
@ -796,7 +796,7 @@ public class DownloadManager implements DownloadStatusListener {
|
||||
}
|
||||
}
|
||||
|
||||
private void cancelAndNotify(DownloadEntity entry, Boolean cancelSilently) {
|
||||
private void cancelAndNotify(DownloadEntity entry, boolean cancelSilently) {
|
||||
mDownloadDao.removeErrorMessage(entry.getUrl());
|
||||
|
||||
DownloadTask task = DataChanger.INSTANCE.getDownloadingTasks().get(entry.getUrl());
|
||||
|
||||
Reference in New Issue
Block a user