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,14 +299,7 @@ import org.sleuthkit.datamodel.TskCoreException;
|
|||||||
if (selectedNode == null) {
|
if (selectedNode == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
Children ch = selectedNode.getChildren();
|
|
||||||
for (Node n : ch.getNodes()) {
|
|
||||||
if (ThumbnailViewChildren.isSupported(n)) {
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user