[BadCase]BadCase入口展示状态逻辑优化

This commit is contained in:
renwj
2022-01-26 16:32:31 +08:00
parent 7289326289
commit 19ae5c4250

View File

@@ -153,6 +153,9 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
showBadCaseEntrance(it)
}
} else {
entrance.takeIf { it.visibility != View.VISIBLE }?.also {
it.visibility = View.VISIBLE
}
Log.d("QQQ", "record: [$old] hasn't been consumed~~~~" )
}
} finally {