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