remove unnecessary method calls
This commit is contained in:
parent
0c3621d57a
commit
1ffefa8505
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ public class DownloadIndexesThread {
|
|||
}
|
||||
|
||||
public boolean isDownloading() {
|
||||
return !getCurrentDownloadingItems().isEmpty() || getCurrentDownloadingItem() != null;
|
||||
return !indexItemDownloading.isEmpty() || currentDownloadingItem != null;
|
||||
}
|
||||
|
||||
public boolean isDownloading(IndexItem item) {
|
||||
|
|
Loading…
Reference in a new issue