[Fix]
升级HdMap版本,1.修改bug 2. 增加初始回调监听 删除无用的个人ui Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -175,14 +175,8 @@ public class EventDispatchCenter implements
|
||||
this.mMapLoadedCallback = callback;
|
||||
}
|
||||
|
||||
// private boolean mIsMapLoaded = false;
|
||||
|
||||
@Override
|
||||
public void onMapLoaded() {
|
||||
// if ( mIsMapLoaded ) {
|
||||
// return;
|
||||
// }
|
||||
// mIsMapLoaded = true;
|
||||
if ( mMapLoadedCallback != null ) {
|
||||
mMapLoadedCallback.run();
|
||||
mMapLoadedCallback = null;
|
||||
|
||||
@@ -48,7 +48,7 @@ class MogoMainService extends Service implements IMogoLocationListener {
|
||||
startTanluService();
|
||||
initADAS();
|
||||
initGpsSimulatorListener();
|
||||
}, 2_000L
|
||||
}, 4_000L
|
||||
);
|
||||
// 开启延时检测
|
||||
DelayCheckUtil delayCheckUtil = new DelayCheckUtil(this);
|
||||
|
||||
Reference in New Issue
Block a user