Made improvements in Measure Distance and changed colors of RenameMarkerBottomDialogFragment

This commit is contained in:
Chumva 2018-02-13 17:53:22 +02:00
parent c69bc751a6
commit 3e858affea
2 changed files with 7 additions and 8 deletions

View file

@ -1181,13 +1181,13 @@ public class MeasurementToolFragment extends BaseOsmAndFragment {
} }
private void saveGpx(final File dir, private void saveGpx(final File dir,
final String fileName, final String fileName,
final boolean showOnMap, final boolean showOnMap,
final GPXFile gpx, final GPXFile gpx,
final boolean openTrackActivity, final boolean openTrackActivity,
final NewGpxData.ActionType actionType, final NewGpxData.ActionType actionType,
final SaveType saveType, final SaveType saveType,
final boolean close) { final boolean close) {
new AsyncTask<Void, Void, String>() { new AsyncTask<Void, Void, String>() {

View file

@ -419,7 +419,6 @@ public class MapInfoWidgetsFactory {
if (topBarSwitchVisible) { if (topBarSwitchVisible) {
switchCompat.setChecked(topBarSwitchChecked); switchCompat.setChecked(topBarSwitchChecked);
view.setTopBarSwitchTrackColor(switchCompat, topBarSwitchChecked); view.setTopBarSwitchTrackColor(switchCompat, topBarSwitchChecked);
} }
if (view.getShadowView() != null) { if (view.getShadowView() != null) {
view.getShadowView().setVisibility(View.VISIBLE); view.getShadowView().setVisibility(View.VISIBLE);