mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +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);
|
BlackboardArtifact artifact = node.getLookup().lookup(BlackboardArtifact.class);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
if (artifact != null && artifact.getSleuthkitCase().getContentById(artifact.getObjectID()) != null) {
|
if (artifact != null && artifact.getSleuthkitCase().getAbstractFileById(artifact.getObjectID()) != null) {
|
||||||
return true;
|
return true;
|
||||||
} else if (node.getLookup().lookup(AbstractFile.class) != null) {
|
} else if (node.getLookup().lookup(AbstractFile.class) != null) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user