[Change]下沉 MoGoApplication 中对初始化的调用

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2021-11-16 11:22:24 +08:00
parent 7b3744813e
commit 2739a20076
10 changed files with 434 additions and 322 deletions

View File

@@ -285,7 +285,7 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
}
override fun isWarningTrafficLightShow(): Boolean {
return viewTrafficLightVr.visibility == View.VISIBLE
return viewTrafficLightVr?.visibility == View.VISIBLE
}
/**