[opt 3.0]
[Change] [1、修复Taxi缺少依赖问题] Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user