mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
close data source summary on open geolocation
This commit is contained in:
parent
c1f83db7b8
commit
2ade01d676
@ -223,6 +223,9 @@ public class GeolocationPanel extends BaseDataSourceSummaryPanel {
|
|||||||
* common table).
|
* common table).
|
||||||
*/
|
*/
|
||||||
private void openGeolocationWindow(DataSource dataSource, Integer daysLimit) {
|
private void openGeolocationWindow(DataSource dataSource, Integer daysLimit) {
|
||||||
|
// notify dialog (if in dialog) should close.
|
||||||
|
notifyParentClose();
|
||||||
|
|
||||||
// set the filter
|
// set the filter
|
||||||
TopComponent topComponent = WindowManager.getDefault().findTopComponent(GeolocationTopComponent.class.getSimpleName());
|
TopComponent topComponent = WindowManager.getDefault().findTopComponent(GeolocationTopComponent.class.getSimpleName());
|
||||||
if (topComponent instanceof GeolocationTopComponent) {
|
if (topComponent instanceof GeolocationTopComponent) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user