[fix] 更换上下文

This commit is contained in:
yangyakun
2022-10-08 19:35:51 +08:00
parent cc23efd9ef
commit ca6ababced

View File

@@ -82,10 +82,10 @@ class OchCommonLoginPresenter(view: TaxiLoginDialogFragment?) :
}, {
CallerLogger.d(SceneConstant.M_TAXI_P + TAG, "倒计时onError:${it}")
it.printStackTrace()
mView?.setCountDownText(context.getString(R.string.module_och_taxi_login_get_code),true)
mView?.setCountDownText(AbsMogoApplication.getApp().getString(R.string.module_och_taxi_login_get_code),true)
}, {
CallerLogger.d(SceneConstant.M_TAXI_P + TAG, "倒计时onComplete")
mView?.setCountDownText(context.getString(R.string.module_och_taxi_login_get_code),true)
mView?.setCountDownText(AbsMogoApplication.getApp().getString(R.string.module_och_taxi_login_get_code),true)
})
}