remove unnecessary code
This commit is contained in:
parent
d008958585
commit
e547d7e6fd
1 changed files with 0 additions and 1 deletions
|
@ -818,7 +818,6 @@ public class MapRouteInfoMenuFragment extends BaseOsmAndFragment {
|
||||||
((TextView) mainView.findViewById(R.id.from_button_description)).setTextColor(color);
|
((TextView) mainView.findViewById(R.id.from_button_description)).setTextColor(color);
|
||||||
((TextView) mainView.findViewById(R.id.via_button_description)).setTextColor(color);
|
((TextView) mainView.findViewById(R.id.via_button_description)).setTextColor(color);
|
||||||
((TextView) mainView.findViewById(R.id.to_button_description)).setTextColor(color);
|
((TextView) mainView.findViewById(R.id.to_button_description)).setTextColor(color);
|
||||||
((TextView) mainView.findViewById(R.id.sound_setting_button_descr)).setTextColor(color);
|
|
||||||
((TextView) mainView.findViewById(R.id.map_options_route_button)).setTextColor(color);
|
((TextView) mainView.findViewById(R.id.map_options_route_button)).setTextColor(color);
|
||||||
|
|
||||||
((TextView) view.findViewById(R.id.cancel_button_descr)).setTextColor(
|
((TextView) view.findViewById(R.id.cancel_button_descr)).setTextColor(
|
||||||
|
|
Loading…
Reference in a new issue