[6.0.0] 导航fragment 改为INVISIBLE

This commit is contained in:
wangmingjun
2023-09-04 12:10:32 +08:00
committed by zhongchao
parent a45e1a1031
commit e9d3673f39

View File

@@ -565,7 +565,7 @@ abstract class BaseTaxiTabFragment<V : IView, P : Presenter<V>> : MvpFragment<V,
smallMapView.visibility = View.GONE
} else {
taxi_close_navi_icon.visibility = View.GONE
module_mogo_och_navi_panel_container.visibility = View.GONE
module_mogo_och_navi_panel_container.visibility = View.INVISIBLE
smallMapView.visibility = View.VISIBLE
}
}
@@ -607,7 +607,7 @@ abstract class BaseTaxiTabFragment<V : IView, P : Presenter<V>> : MvpFragment<V,
} else {
closeRoutingViewIfHadAdd()
taxi_close_navi_icon.visibility = View.GONE
module_mogo_och_navi_panel_container.visibility = View.GONE
module_mogo_och_navi_panel_container.visibility = View.INVISIBLE //2023.9.4高德导航由gone设置成INVISIBLE,保留导航实例,避免导航被挂起
smallMapView.visibility = View.VISIBLE
}
}