Update number of downloaded images in the queue, and improve the way the view refreshes the data
This commit is contained in:
@@ -14,6 +14,7 @@ public class Download {
|
||||
public File directory;
|
||||
|
||||
public transient volatile int totalProgress;
|
||||
public transient volatile int downloadedImages;
|
||||
private transient volatile int status;
|
||||
|
||||
private transient PublishSubject<Download> statusSubject;
|
||||
|
||||
Reference in New Issue
Block a user