Merge branch 'qa' into dev_custom_map

This commit is contained in:
wangcongtao
2020-06-30 17:43:45 +08:00
16 changed files with 109 additions and 29 deletions

View File

@@ -703,6 +703,11 @@ public class MogoServices implements IMogoMapListener,
CarIconDisplayStrategy.getInstance().changeCarIconStatus( isTrue );
notifySeekHelpingStatusChanged( isTrue );
break;
case ACC_STATUS:
if ( isTrue ) {
mADASController.showADAS();
}
break;
}
}