fix debug routing toast conditions
This commit is contained in:
parent
b99a720239
commit
2177acc421
2 changed files with 0 additions and 4 deletions
|
@ -1306,7 +1306,6 @@ public class DashboardOnMap implements ObservableScrollViewCallbacks, IRouteInfo
|
|||
|
||||
@Override
|
||||
public void newRouteIsCalculated(boolean newRoute, ValueHolder<Boolean> showToast) {
|
||||
showToast.value = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -1994,9 +1994,6 @@ public class MapRouteInfoMenu implements IRouteInformationListener, CardListener
|
|||
directionInfo = -1;
|
||||
routeSelected = false;
|
||||
updateMenu();
|
||||
if (isVisible()) {
|
||||
showToast.value = false;
|
||||
}
|
||||
}
|
||||
|
||||
public String generateViaDescription() {
|
||||
|
|
Loading…
Reference in a new issue