[6.6.2] fix bug of taxibase visible problem

This commit is contained in:
EmArrow
2024-10-14 17:10:06 +08:00
parent 17245d90a9
commit 297c4b5ec0

View File

@@ -134,7 +134,6 @@ class TaxiPassengerBaseFragment() :
CallerHmiManager.showTurnLightView() CallerHmiManager.showTurnLightView()
} }
BottomBar.SelectView.OVERMAPVIEW -> { BottomBar.SelectView.OVERMAPVIEW -> {
CallerLogger.d("$M_TAXI_P$TAG","SelectView OVERMAPVIEW trigger gone")
CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE) CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE)
overMapView.visibility = View.VISIBLE overMapView.visibility = View.VISIBLE
mapBizView.visibility = View.GONE mapBizView.visibility = View.GONE
@@ -151,7 +150,6 @@ class TaxiPassengerBaseFragment() :
CallerHmiManager.showTurnLightView() CallerHmiManager.showTurnLightView()
} }
BottomBar.SelectView.VIDEO -> { BottomBar.SelectView.VIDEO -> {
CallerLogger.d("$M_TAXI_P$TAG","SelectView VIDEO trigger gone")
CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE) CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE)
overMapView.visibility = View.GONE overMapView.visibility = View.GONE
mapBizView.visibility = View.GONE mapBizView.visibility = View.GONE
@@ -276,7 +274,6 @@ class TaxiPassengerBaseFragment() :
} }
bottom.setBagVisable(BottomBar.SelectView.OVERMAPVIEW,View.VISIBLE) bottom.setBagVisable(BottomBar.SelectView.OVERMAPVIEW,View.VISIBLE)
chekAndStartAutopilotView.aniCheckAndStartAutopilot(true,0) chekAndStartAutopilotView.aniCheckAndStartAutopilot(true,0)
CallerLogger.d("$M_TAXI_P$TAG","showOrHideCheckAndStartAutopilotView status 0 trigger gone")
CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE) CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE)
} }
1 -> { 1 -> {
@@ -284,13 +281,11 @@ class TaxiPassengerBaseFragment() :
showOrHide(false,"显示启动自动驾驶") showOrHide(false,"显示启动自动驾驶")
} }
chekAndStartAutopilotView.aniCheckAndStartAutopilot(true,1) chekAndStartAutopilotView.aniCheckAndStartAutopilot(true,1)
CallerLogger.d("$M_TAXI_P$TAG","showOrHideCheckAndStartAutopilotView status 1 trigger gone")
CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE) CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE)
} }
2 -> { 2 -> {
chekAndStartAutopilotView.aniCheckAndStartAutopilot(false,2) chekAndStartAutopilotView.aniCheckAndStartAutopilot(false,2)
CallerLogger.d("$M_TAXI_P$TAG","showOrHideCheckAndStartAutopilotView status 2 trigger gone") CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.VISIBLE)
CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE)
} }
3 -> { 3 -> {
chekAndStartAutopilotView.visibility = View.GONE chekAndStartAutopilotView.visibility = View.GONE
@@ -299,7 +294,6 @@ class TaxiPassengerBaseFragment() :
CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.VISIBLE) CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.VISIBLE)
} }
else ->{ else ->{
CallerLogger.d("$M_TAXI_P$TAG","showOrHideCheckAndStartAutopilotView status 3 trigger gone")
CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE) CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE)
} }
} }