mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
isSupported updated
This commit is contained in:
parent
550edb0e2b
commit
cfa752caca
@ -428,7 +428,7 @@ public class AnnotationsContentViewer extends javax.swing.JPanel implements Data
|
||||
BlackboardArtifact artifact = node.getLookup().lookup(BlackboardArtifact.class);
|
||||
|
||||
try {
|
||||
if (artifact != null && artifact.getSleuthkitCase().getContentById(artifact.getObjectID()) != null) {
|
||||
if (artifact != null && artifact.getSleuthkitCase().getAbstractFileById(artifact.getObjectID()) != null) {
|
||||
return true;
|
||||
} else if (node.getLookup().lookup(AbstractFile.class) != null) {
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user