From bbb467b0b15c6b1c82f14096e3588d9fb4aef868 Mon Sep 17 00:00:00 2001 From: aibingbing Date: Tue, 20 Sep 2022 19:26:46 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B8=85=E6=89=AB=E8=BD=A6]=20refactor:=20rem?= =?UTF-8?q?ove=20unused=20TODOs=20;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/mogo/och/sweeper/ui/SweeperOperatePanelView.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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(() -> {