Hide widgets: Select track on the map, tap on the "Edit" button, "Plan route" will be opened, map widgets will be visible. If you open Menu – Plan Route – Select the same track, widgets would be visible.
This commit is contained in:
parent
01eb699e3b
commit
388be5c3ef
2 changed files with 5 additions and 5 deletions
|
@ -841,9 +841,9 @@ public class TrackMenuFragment extends ContextMenuScrollFragment implements Card
|
|||
osmEditingPlugin.sendGPXFiles(mapActivity, this, gpxInfo);
|
||||
}
|
||||
} else if (buttonIndex == EDIT_BUTTON_INDEX) {
|
||||
dismiss();
|
||||
String fileName = Algorithms.getFileWithoutDirs(gpxFile.path);
|
||||
MeasurementToolFragment.showInstance(mapActivity.getSupportFragmentManager(), fileName);
|
||||
dismiss();
|
||||
} else if (buttonIndex == RENAME_BUTTON_INDEX) {
|
||||
FileUtils.renameFile(mapActivity, new File(gpxFile.path), this, true);
|
||||
} else if (buttonIndex == CHANGE_FOLDER_BUTTON_INDEX) {
|
||||
|
|
|
@ -21,10 +21,10 @@ import java.lang.ref.WeakReference;
|
|||
|
||||
public class WidgetsVisibilityHelper {
|
||||
|
||||
private MapActivity mapActivity;
|
||||
private OsmandSettings settings;
|
||||
private RoutingHelper routingHelper;
|
||||
private MapActivityLayers mapLayers;
|
||||
private final MapActivity mapActivity;
|
||||
private final OsmandSettings settings;
|
||||
private final RoutingHelper routingHelper;
|
||||
private final MapActivityLayers mapLayers;
|
||||
|
||||
public WidgetsVisibilityHelper(@NonNull MapActivity mapActivity) {
|
||||
this.mapActivity = mapActivity;
|
||||
|
|
Loading…
Reference in a new issue