fix debug routing toast conditions

This commit is contained in:
MadWasp79 2020-07-20 15:55:37 +03:00
parent b99a720239
commit 2177acc421
2 changed files with 0 additions and 4 deletions

View file

@ -1306,7 +1306,6 @@ public class DashboardOnMap implements ObservableScrollViewCallbacks, IRouteInfo
@Override
public void newRouteIsCalculated(boolean newRoute, ValueHolder<Boolean> showToast) {
showToast.value = false;
}
@Override

View file

@ -1994,9 +1994,6 @@ public class MapRouteInfoMenu implements IRouteInformationListener, CardListener
directionInfo = -1;
routeSelected = false;
updateMenu();
if (isVisible()) {
showToast.value = false;
}
}
public String generateViaDescription() {