Skip to content

Commit

Permalink
Fix_19749
Browse files Browse the repository at this point in the history
  • Loading branch information
sonora committed May 17, 2024
1 parent 0b7567a commit 6fa232e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public void showItemsOptionsMenu(@NonNull View view, @Nullable TrackFolder track
.setTitleId(R.string.shared_string_show_on_map)
.setIcon(getContentIcon(R.drawable.ic_show_on_map))
.setOnClickListener(v -> {
gpxSelectionHelper.saveTracksVisibility(selectedTrackItems);
gpxSelectionHelper.saveTracksVisibility(selectedTrackItems, false);
dismissFragment(fragment, false);
})
.create()
Expand Down Expand Up @@ -553,4 +553,4 @@ public void showExportDialog(@NonNull Collection<TrackItem> trackItems, @NonNull
bundle.putSerializable(SELECTED_TYPES, selectedTypes);
MapActivity.launchMapActivityMoveToTop(activity, fragment.storeState(), null, bundle);
}
}
}

0 comments on commit 6fa232e

Please sign in to comment.