mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
Merge pull request #7443 from rcordovano/develop
8202 fix progress bar IllegalArgumentException
This commit is contained in:
commit
97e8a974a3
@ -1391,7 +1391,6 @@ final class IngestJobExecutor {
|
||||
} else {
|
||||
fileIngestProgressBar.progress(fileName, (int) estimatedFilesToProcess);
|
||||
}
|
||||
fileIngestProgressBar.progress(fileName, (int) processedFiles);
|
||||
filesInProgress.add(fileName);
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user