mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +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) {
|
if (selectedNode == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Children ch = selectedNode.getChildren();
|
|
||||||
for (Node n : ch.getNodes()) {
|
|
||||||
if (ThumbnailViewChildren.isSupported(n)) {
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void setNode(Node givenNode) {
|
public void setNode(Node givenNode) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user