[评价页面异常]
This commit is contained in:
yangyakun
2024-03-21 14:56:40 +08:00
parent 2288ddd727
commit 3ded904bd3
2 changed files with 3 additions and 2 deletions

View File

@@ -22,12 +22,10 @@ import com.mogo.och.common.module.manager.xiaozhimanager.ZhiStateManager
import com.mogo.och.common.module.utils.RxUtils
import com.mogo.och.common.module.voice.VoiceNotice
import com.mogo.och.taxi.passenger.R
import com.mogo.och.taxi.passenger.model.TaxiPassengerModel
import com.mogo.och.taxi.passenger.presenter.BaseTaxiPassengerPresenter
import com.mogo.och.taxi.passenger.ui.arrived.ArrivedView
import com.mogo.och.taxi.passenger.ui.bottom.BottomBar
import com.mogo.och.taxi.passenger.ui.checkstartautopilot.ChekAndStartAutopilotView
import com.mogo.och.taxi.passenger.ui.evaluate.EvaluateView
import com.mogo.och.taxi.passenger.ui.rightbar.RightBarView
import com.mogo.och.taxi.passenger.ui.statusview.StatusBarView
import io.reactivex.disposables.Disposable
@@ -290,6 +288,7 @@ class TaxiPassengerBaseFragment() :
*/
fun showOrHideArrivedEndLayout(isShow: Boolean) {
// chekAndStartAutopilotView.visibility = View.GONE
evaluate.visibility = View.GONE
if (isShow) {
exitFullVideoScreen(true)
arrivedView.aniArrived(true)

View File

@@ -31,6 +31,7 @@ import kotlinx.android.synthetic.main.taxt_u_p_base_fragment.arrivedView
import kotlinx.android.synthetic.main.taxt_u_p_base_fragment.bottom
import kotlinx.android.synthetic.main.taxt_u_p_base_fragment.chekAndStartAutopilotView
import kotlinx.android.synthetic.main.taxt_u_p_base_fragment.clSettingView
import kotlinx.android.synthetic.main.taxt_u_p_base_fragment.evaluate
import kotlinx.android.synthetic.main.taxt_u_p_base_fragment.infoVideoView
import kotlinx.android.synthetic.main.taxt_u_p_base_fragment.itinerary
import kotlinx.android.synthetic.main.taxt_u_p_base_fragment.mapBizView
@@ -276,6 +277,7 @@ class TaxiPassengerBaseFragment() :
*/
fun showOrHideArrivedEndLayout(isShow: Boolean) {
//chekAndStartAutopilotView.visibility = View.GONE
evaluate.visibility = View.GONE
if (isShow) {
exitFullVideoScreen(true)
arrivedView.aniArrived(true)