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