mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Fixed event publishing for deleting report.
This commit is contained in:
parent
3e3e5764ce
commit
05f6cd44a7
@ -1655,8 +1655,9 @@ public class Case implements SleuthkitCase.ErrorObserver {
|
||||
}
|
||||
}
|
||||
|
||||
eventPublisher.publish(new AutopsyEvent(Events.REPORT_DELETED.toString(), null, null));
|
||||
|
||||
}
|
||||
eventPublisher.publish(new AutopsyEvent(Events.REPORT_DELETED.toString(), null, null));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user