mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Merge pull request #5228 from kellykelly3/1350-Timeline-exception
1350 - Fixed timeline exception
This commit is contained in:
commit
87a4a5bb94
@ -770,8 +770,11 @@ final public class ViewFrame extends BorderPane {
|
|||||||
Notifications.create().owner(getScene().getWindow())
|
Notifications.create().owner(getScene().getWindow())
|
||||||
.text(Bundle.ViewFrame_pickerListener_errorMessage())
|
.text(Bundle.ViewFrame_pickerListener_errorMessage())
|
||||||
.showError();
|
.showError();
|
||||||
logger.log(Level.SEVERE, "Error responding to date/time picker change.", ex);
|
logger.log(Level.WARNING, "Error responding to date/time picker change.", ex); //NON-NLS
|
||||||
|
} catch (IllegalArgumentException ex ) {
|
||||||
|
logger.log(Level.INFO, "Timeline: User supplied invalid time range."); //NON-NLS
|
||||||
}
|
}
|
||||||
|
|
||||||
Platform.runLater(ViewFrame.this::refreshTimeUI);
|
Platform.runLater(ViewFrame.this::refreshTimeUI);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user