onlinecar smooth fix bug
This commit is contained in:
@@ -821,7 +821,7 @@ public class MapMarkerManager implements IMogoMarkerClickListener,
|
||||
if (mCurrentModuleName.equals(ServiceConst.CARD_TYPE_BUSINESS_OPERATION )
|
||||
|| mCurrentModuleName.equals(ServiceConst.CARD_TYPE_USER_DATA) ) {
|
||||
|
||||
if (MarkerServiceHandler.getMogoStatusManager().isSearchUIShow()){
|
||||
if (MarkerServiceHandler.getMogoStatusManager().isSearchUIShow() || MarkerServiceHandler.getMogoStatusManager().isADASShow()){
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user