This commit is contained in:
wangcongtao
2020-04-24 09:48:35 +08:00
parent c3d3da87e3
commit 7d293ad1eb
2 changed files with 4 additions and 1 deletions

View File

@@ -348,6 +348,9 @@ public class MogoServices implements IMogoMapListener,
Logger.i( TAG, "刷新半径 = %s, 点 = %s, zoomLevel = %s, amount = %s", ro.mRadius, ro.mLonLat, mLastZoomLevel, ro.mAmount );
}
} else if( msg.what == ServiceConst.MSG_LOCK_CAR ){
if ( mStatusManager.isSearchUIShow() ) {
return;
}
mStatusManager.setUserInteractionStatus( TAG, true, false );
mUiController.recoverLockMode();
}