[2.14.0] add func of line id upload

This commit is contained in:
zhongchao
2023-02-09 15:06:21 +08:00
parent 0b40392b25
commit 0d13d80aa5
40 changed files with 121 additions and 426 deletions

View File

@@ -100,6 +100,11 @@ public class SteeringWheelView extends ConstraintLayout {
private final IMoGoAutopilotStatusListener mGoAutopilotStatusListener = new IMoGoAutopilotStatusListener() {
@Override
public void onAutopilotRouteLineId(long lineId) {
}
@Override
public void onAutopilotIpcConnectStatusChanged(int status, @Nullable String reason) {
}

View File

@@ -445,6 +445,11 @@ public class MainActivity extends MvpActivity<MainView, MainPresenter> implement
}
@Override
public void onAutopilotRouteLineId(long lineId) {
}
private void updateConnectInfoView(@NonNull AutopilotStatusInfo autoPilotStatusInfo) {
if (!isFloatingLayerHidden) {// 遮罩层显示的时候
mConnAdapter.updateData(autoPilotStatusInfo);