This commit is contained in:
Alexey Kulish 2015-10-19 11:11:33 +03:00
parent acf25629a1
commit b7449fafa9

View file

@ -373,6 +373,10 @@ public class MapControlsLayer extends OsmandMapLayer {
mapRouteInfoControlDialog.showHideDialog();
}
public void showDialog() {
mapRouteInfoControlDialog.setShowDialog();
}
private void initControls() {
View backToLocation = mapActivity.findViewById(R.id.map_my_location_button);
backToLocationControl = createHudButton((ImageView) backToLocation, R.drawable.map_my_location)