mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Remove thumbnail supported test from DataResultViewerThumbnail.isSupported()
This commit is contained in:
parent
56bc933c61
commit
7ffe07c00c
@ -299,15 +299,8 @@ import org.sleuthkit.datamodel.TskCoreException;
|
||||
if (selectedNode == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Children ch = selectedNode.getChildren();
|
||||
for (Node n : ch.getNodes()) {
|
||||
if (ThumbnailViewChildren.isSupported(n)) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setNode(Node givenNode) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user