[6.5.0]
[fix] [乘客屏小图片展示修改]
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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 -> {
|
||||
|
||||
Reference in New Issue
Block a user