Fix issues
This commit is contained in:
parent
b5b8af3db6
commit
742e6fe6e5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ public class MapInfoLayer extends OsmandMapLayer {
|
|||
lanesControl = ric.createLanesControl(map, view);
|
||||
|
||||
streetNameView = new MapInfoWidgetsFactory.TopTextView(map.getMyApplication(), map);
|
||||
updateStreetName(calculateTextState());
|
||||
updateStreetName(false, calculateTextState());
|
||||
|
||||
alarmControl = ric.createAlarmInfoControl(app, map);
|
||||
alarmControl.setVisibility(false);
|
||||
|
|
Loading…
Reference in a new issue