Hide markers from right widget panel while navigating
This commit is contained in:
parent
d5cb8f0520
commit
d965472bb0
1 changed files with 2 additions and 1 deletions
|
@ -339,7 +339,8 @@ public class MapMarkersWidgetsFactory {
|
|||
@Override
|
||||
public boolean updateInfo(DrawSettings drawSettings) {
|
||||
MapMarker marker = getMarker();
|
||||
if (marker == null) {
|
||||
if (marker == null || map.getMyApplication().getRoutingHelper().isFollowingMode()) {
|
||||
cachedMeters = 0;
|
||||
setText(null, null);
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue