mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Update the UI when emails are added
This commit is contained in:
parent
d3342d9621
commit
663eb26426
@ -140,6 +140,8 @@ public class EmailExtracted implements AutopsyVisitableItem {
|
||||
} catch (TskCoreException | SQLException ex) {
|
||||
logger.log(Level.WARNING, "Cannot initialize email extraction: ", ex); //NON-NLS
|
||||
}
|
||||
setChanged();
|
||||
notifyObservers();
|
||||
}
|
||||
|
||||
private Map<String, String> parsePath(String path) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user