Made improvements in Measure Distance and changed colors of RenameMarkerBottomDialogFragment
This commit is contained in:
parent
c69bc751a6
commit
3e858affea
2 changed files with 7 additions and 8 deletions
|
@ -1181,13 +1181,13 @@ public class MeasurementToolFragment extends BaseOsmAndFragment {
|
|||
}
|
||||
|
||||
private void saveGpx(final File dir,
|
||||
final String fileName,
|
||||
final boolean showOnMap,
|
||||
final GPXFile gpx,
|
||||
final boolean openTrackActivity,
|
||||
final NewGpxData.ActionType actionType,
|
||||
final SaveType saveType,
|
||||
final boolean close) {
|
||||
final String fileName,
|
||||
final boolean showOnMap,
|
||||
final GPXFile gpx,
|
||||
final boolean openTrackActivity,
|
||||
final NewGpxData.ActionType actionType,
|
||||
final SaveType saveType,
|
||||
final boolean close) {
|
||||
|
||||
new AsyncTask<Void, Void, String>() {
|
||||
|
||||
|
|
|
@ -419,7 +419,6 @@ public class MapInfoWidgetsFactory {
|
|||
if (topBarSwitchVisible) {
|
||||
switchCompat.setChecked(topBarSwitchChecked);
|
||||
view.setTopBarSwitchTrackColor(switchCompat, topBarSwitchChecked);
|
||||
|
||||
}
|
||||
if (view.getShadowView() != null) {
|
||||
view.getShadowView().setVisibility(View.VISIBLE);
|
||||
|
|
Loading…
Reference in a new issue