[b4]
[恢复跳站+debu到站]
This commit is contained in:
yangyakun
2026-03-12 16:52:36 +08:00
parent dde570a531
commit 1007e85718
2 changed files with 7 additions and 7 deletions

View File

@@ -83,15 +83,15 @@ class TaskRunningView : ConstraintLayout, TaskRunningModel.SwtichLineViewCallbac
})
unmanned_actv_arriver_station.onClick {
unmanned_loading_arrive_station.visibility = VISIBLE
// if(LineModel.isPreLastStation()==true){
// viewModel?.arriveStation()
// }else{
// viewModel?.skipStation()
// }
if(LineModel.isPreLastStation()==true){
viewModel?.arriveStation()
}else{
viewModel?.skipStation()
}
viewModel?.arriveStation()
}
unmanned_actv_arriver_station_new.setOnLongClickListener {
CallerAutoPilotControlManager.sendTaskManagerRunningInfo()
viewModel?.arriveStation()
true
}
unmanned_actv_complete_task.onClick {

View File

@@ -131,7 +131,7 @@
android:layout_height="@dimen/dp_200"
android:background="@drawable/unmanned_bus_switch_task_selector"
android:gravity="center"
android:text="@string/unmanned_bus_running_task_jump_station"
android:text="@string/unmanned_bus_running_task_arrive_station"
android:textColor="@color/unmanned_bus_task_submit_text_color_selector"
android:textSize="@dimen/dp_40"
app:layout_constraintBottom_toBottomOf="parent"