mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 01:07:42 +00:00
Merge pull request #7045 from gdicristofaro/hostsForPersonsFix
no person hosts fix
This commit is contained in:
commit
f127ccf70c
@ -129,7 +129,7 @@ public final class AutopsyTreeChildFactory extends ChildFactory.Detachable<Objec
|
||||
.sorted()
|
||||
.collect(Collectors.toList());
|
||||
|
||||
if (CollectionUtils.isNotEmpty(personManager.getHostsForPerson(null))) {
|
||||
if (CollectionUtils.isNotEmpty(personManager.getHostsWithoutPersons())) {
|
||||
nodes.add(new PersonGrouping(null));
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user