[2.13.2]add func of pnc actions and add test code of road problem

This commit is contained in:
zhongchao
2022-12-21 16:05:44 +08:00
parent 55ef01e72e
commit 68a77465b8
6 changed files with 254 additions and 159 deletions

View File

@@ -72,7 +72,7 @@ class PncActionsView @JvmOverloads constructor(
@BizConfig(FOUNDATION, "", BIZ_PNC_ACTIONS)
override fun pncActions(planningActionMsg: MessagePad.PlanningActionMsg) {
mAutoPilotStatusInfo?.let {
mAutoPilotStatusInfo?.let { it ->
if (it.state == STATUS_AUTOPILOT_RUNNING) {
UiThreadHandler.post {
var actions: String? = null

View File

@@ -120,7 +120,7 @@ public class MainLauncherActivity extends MainActivity implements IMogoIntentLis
protected void onStop() {
super.onStop();
IntentManager.getInstance().unregisterIntentListener(Intent.ACTION_CLOSE_SYSTEM_DIALOGS, this);
//ActivityLifecycleManager.getInstance().setAppActive(false);
// ActivityLifecycleManager.getInstance().setAppActive(false);
}
@Override