Merge branch 'feature/v1.0.0' of gitlab.zhidaoauto.com:ecos/yycp-service/Launcher into feature/v1.0.0
This commit is contained in:
@@ -467,7 +467,6 @@ public class AMapNaviViewWrapper implements IMogoMapView,
|
||||
if (checkAMapView()) {
|
||||
mMapView.setCarOverlayVisible(true);
|
||||
showMyLocation( false );
|
||||
NaviClient.getInstance(getContext()).stopAimlessMode();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -142,7 +142,9 @@ public class NaviClient implements IMogoNavi {
|
||||
}
|
||||
// 关闭巡航
|
||||
//mAMapNavi.stopAimlessMode();
|
||||
stopAimlessMode();
|
||||
mIsRealNavi = isRealNavi;
|
||||
|
||||
boolean result = mAMapNavi.startNavi( isRealNavi ? NaviType.GPS : NaviType.EMULATOR );
|
||||
Logger.d( TAG, "start navi status: %s", result );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user