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

@ -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);