opt: close adas when applist open
This commit is contained in:
@@ -44,6 +44,10 @@ public class AppsListActivity extends MvpActivity< AppsListView, AppsListPresent
|
|||||||
}
|
}
|
||||||
super.onCreate( savedInstanceState );
|
super.onCreate( savedInstanceState );
|
||||||
AppServiceHandler.getApis().getStatusManagerApi().setAppListUIShow( TAG, true );
|
AppServiceHandler.getApis().getStatusManagerApi().setAppListUIShow( TAG, true );
|
||||||
|
try {
|
||||||
|
AppServiceHandler.getApis().getAdasControllerApi().closeADAS();
|
||||||
|
} catch ( Exception e ) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user