Fix
This commit is contained in:
parent
acf25629a1
commit
b7449fafa9
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue