mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
commit
330d75518a
@ -212,12 +212,15 @@ public class ImageGalleryModule {
|
||||
|
||||
if (mde.getBlackboardArtifactType().getTypeID() == ARTIFACT_TYPE.TSK_METADATA_EXIF.getTypeID()) {
|
||||
DrawableDB drawableDB = controller.getDatabase();
|
||||
if (mde.getArtifacts() != null) {
|
||||
for (BlackboardArtifact art : mde.getArtifacts()) {
|
||||
drawableDB.addExifCache(art.getObjectID());
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (mde.getBlackboardArtifactType().getTypeID() == ARTIFACT_TYPE.TSK_HASHSET_HIT.getTypeID()) {
|
||||
DrawableDB drawableDB = controller.getDatabase();
|
||||
if (mde.getArtifacts() != null) {
|
||||
for (BlackboardArtifact art : mde.getArtifacts()) {
|
||||
drawableDB.addHashSetCache(art.getObjectID());
|
||||
}
|
||||
@ -225,6 +228,7 @@ public class ImageGalleryModule {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Listener for case events.
|
||||
|
Loading…
x
Reference in New Issue
Block a user