opt
This commit is contained in:
@@ -70,16 +70,17 @@ public class MogoADASController implements IMogoADASController {
|
||||
init( AbsMogoApplication.getApp() );
|
||||
}
|
||||
|
||||
if ( mStatusManager.isSearchUIShow() ) {
|
||||
return;
|
||||
}
|
||||
if ( !mStatusManager.isMainPageOnResume() ) {
|
||||
return;
|
||||
}
|
||||
|
||||
int delay = CarSeries.getSeries() == CarSeries.CAR_SERIES_F80X ? 0 : 500;
|
||||
|
||||
UiThreadHandler.postDelayed( () -> {
|
||||
try {
|
||||
if ( mStatusManager.isSearchUIShow() ) {
|
||||
return;
|
||||
}
|
||||
if ( !mStatusManager.isMainPageOnResume() ) {
|
||||
return;
|
||||
}
|
||||
AutopilotServiceManage.getInstance().showAdas();
|
||||
} catch ( Exception e ) {
|
||||
Intent intent = new Intent( ACTION );
|
||||
|
||||
Reference in New Issue
Block a user