diff --git a/OCH/mogo-och-sweeper/src/main/java/com/mogo/och/sweeper/ui/SweeperOperatePanelView.java b/OCH/mogo-och-sweeper/src/main/java/com/mogo/och/sweeper/ui/SweeperOperatePanelView.java index 290dfc298f..c58f59b384 100644 --- a/OCH/mogo-och-sweeper/src/main/java/com/mogo/och/sweeper/ui/SweeperOperatePanelView.java +++ b/OCH/mogo-och-sweeper/src/main/java/com/mogo/och/sweeper/ui/SweeperOperatePanelView.java @@ -189,7 +189,6 @@ public class SweeperOperatePanelView extends LinearLayout { } else { success = cleanSystemState.getSecuMotWorkSts(); } - //TODO return success; } @@ -318,7 +317,6 @@ public class SweeperOperatePanelView extends LinearLayout { } else if (isPureAbsorptionClick) { success = clean_mode_pure_draw; } - //TODO return success; } @@ -429,7 +427,6 @@ public class SweeperOperatePanelView extends LinearLayout { } else if (isBothSide) { success = clean_direction_both_side; } - //TODO return success; } @@ -506,7 +503,6 @@ public class SweeperOperatePanelView extends LinearLayout { } else if (isStrongBtnClick) { success = clean_intensity_strong; } - //TODO return success; } @@ -823,7 +819,7 @@ public class SweeperOperatePanelView extends LinearLayout { protected void onAttachedToWindow() { super.onAttachedToWindow(); CallerAutopilotVehicleStateListenerManager.INSTANCE.addListener(TAG, mIMoGoAutopilotVehicleStateListener); - // TODO 最终调试时需要打开 + // 最终调试时需要打开 syncVehicleStateAndRecoverOperatePanelStates(); // Mock VehicleState 数据回调 // UiThreadHandler.postDelayed(() -> {