[fix]
[乘客屏小图片展示修改]
This commit is contained in:
yangyakun
2024-07-19 17:29:19 +08:00
parent 446aad6e6d
commit 1572cabce6
2 changed files with 2 additions and 2 deletions

View File

@@ -267,12 +267,12 @@ class TaxiPassengerBaseFragment() :
override fun showOrHideCheckAndStartAutopilotView(status:Int){
UiThreadHandler.post {
arrivedView.visibility = View.GONE
bottom.setBagVisable(BottomBar.SelectView.OVERMAPVIEW,View.VISIBLE)
when (status) {
0 -> {
if(chekAndStartAutopilotView.visibility == View.GONE){
showOrHide(false,"显示手机号check")
}
bottom.setBagVisable(BottomBar.SelectView.OVERMAPVIEW,View.VISIBLE)
chekAndStartAutopilotView.aniCheckAndStartAutopilot(true,0)
CallerHmiViewControlListenerManager.invokeMainPageViewVisible(View.GONE)
}

View File

@@ -283,12 +283,12 @@ class TaxiPassengerBaseFragment() :
override fun showOrHideCheckAndStartAutopilotView(status:Int){
UiThreadHandler.post {
arrivedView.visibility = View.GONE
bottom.setBagVisable(BottomBar.SelectView.OVERMAPVIEW,View.VISIBLE)
when (status) {
0 -> {
if (chekAndStartAutopilotView.visibility == View.GONE) {
showOrHide(false,"显示手机号check")
}
bottom.setBagVisable(BottomBar.SelectView.OVERMAPVIEW,View.VISIBLE)
chekAndStartAutopilotView.aniCheckAndStartAutopilot(true, 0)
}
1 -> {