[opt 3.0]

[Change]
[1、修复Taxi缺少依赖问题]

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-12-29 14:37:35 +08:00
parent 06af9e7e35
commit 45fd343d1d
4 changed files with 9 additions and 9 deletions

View File

@@ -62,9 +62,9 @@ public class MogoRouteOverlayManager implements
@Override
public void onLocationChanged(@org.jetbrains.annotations.Nullable MogoLocation location, int from, boolean isGps) {
if (from != 1 || location == null) {
return;
}
// if (from != 1 || location == null) {
// return;
// }
if (isArriveAtStation.get() && autopilotMode.get() != 1) {
RouteOverlayDrawer.getInstance().clearMogoRouteOverlay();
return;