[清扫车] refactor: remove unused TODOs ;

This commit is contained in:
aibingbing
2022-09-20 19:26:46 +08:00
parent dbf43b9f01
commit bbb467b0b1

View File

@@ -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(() -> {