mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Merge pull request #1321 from eugene7646/tree_view_fix
Removed duplicate call to CoreComponentControl.openCoreWindows()
This commit is contained in:
commit
5c61fc15b9
@ -527,9 +527,6 @@ public class Case {
|
||||
*/
|
||||
public void notifyNewDataSource(Content newDataSource) {
|
||||
eventPublisher.publish(new DataSourceAddedEvent(newDataSource));
|
||||
if (IngestManager.getInstance().isRunningInteractively()) {
|
||||
CoreComponentControl.openCoreWindows();
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user