mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Merge branch '7278-OsAccountEventFiring' into 7279-updateOSAccountTreeToRefresh
This commit is contained in:
commit
a3bbd2b3ac
@ -469,7 +469,7 @@ public class Case {
|
||||
}
|
||||
|
||||
@Subscribe
|
||||
public void publishOsAccountChangedEvent(OsAccountsCreationEvent event) {
|
||||
public void publishOsAccountChangedEvent(OsAccountsUpdateEvent event) {
|
||||
for(OsAccount account: event.getOsAcounts()) {
|
||||
eventPublisher.publish(new OsAccountChangedEvent(account));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user