mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
Merge pull request #4557 from rcordovano/img-gallery-svc-progress-fix
Fixed progress reporting bug in ImageGalleryDatabaseUpdateService
This commit is contained in:
commit
c388f28cb5
@ -63,7 +63,7 @@ public class ImageGalleryDatabaseUpdateService implements AutopsyService {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ProgressIndicator progress = context.getProgressIndicator();
|
ProgressIndicator progress = context.getProgressIndicator();
|
||||||
progress.start(Bundle.ImageGalleryDatabaseUpdateService_openCaseResources_progressMessage_start());
|
progress.progress(Bundle.ImageGalleryDatabaseUpdateService_openCaseResources_progressMessage_start());
|
||||||
try {
|
try {
|
||||||
ImageGalleryModule.createController(context.getCase());
|
ImageGalleryModule.createController(context.getCase());
|
||||||
} catch (TskCoreException ex) {
|
} catch (TskCoreException ex) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user