From 9b31b6674608e6f4079e47b0ba4e3553b7f8188f Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Mon, 1 Mar 2021 20:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=87=AA=E5=8A=A8=E9=A9=BE=E9=A9=B6=E6=BB=91=E5=9D=97?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/mogo/och/taxi/ui/OCHTaxiFragment.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/OCHTaxiFragment.java b/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/OCHTaxiFragment.java index d56444e6e7..2adc2544cf 100644 --- a/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/OCHTaxiFragment.java +++ b/OCH/mogo-och-taxi/src/main/java/com/mogo/och/taxi/ui/OCHTaxiFragment.java @@ -150,11 +150,11 @@ class OCHTaxiFragment extends BaseOchFragment< OCHTaxiView, OCHTaxiPresenter > i mOrderStatus.setText( R.string.module_och_taxi_waiting ); if ( MogoOCHTaxiModel.getInstance().isUserArriveAtStartStation() ) { Logger.d( TAG, "乘客已上车" ); - if ( MogoApisHandler.getInstance().getApis().getAdasControllerApi().getAutopilotStatus() == IMogoAdasOCHCallback.STATUS_AUTOPILOT_ENABLE ) { - slidePanelView.setVisibility( View.VISIBLE ); - } else { - slidePanelView.setVisibility( View.GONE ); - } + slidePanelView.setVisibility( View.VISIBLE ); +// if ( MogoApisHandler.getInstance().getApis().getAdasControllerApi().getAutopilotStatus() == IMogoAdasOCHCallback.STATUS_AUTOPILOT_ENABLE ) { +// } else { +// slidePanelView.setVisibility( View.GONE ); +// } slidePanelView.setText( getString( R.string.module_och_taxi_arrive_at_start_station ) ); } } else if ( MogoOCHTaxiModel.getInstance().checkCurrentOCHOrder() ) {