@@ -319,7 +319,7 @@ class MoGoHmiFragment : MvpFragment<MoGoWarningContract.View?, WaringPresenter?>
|
||||
}
|
||||
}
|
||||
|
||||
override fun showNoticeNormalData(normalData: NoticeNormalData) {
|
||||
override fun showNoticeNormalData(normalData: NoticeNormalData?) {
|
||||
ThreadUtils.runOnUiThread {
|
||||
activity.let {
|
||||
val noticeBannerView = this.context?.let { it1 -> NoticeNormalBannerView(it1) }
|
||||
|
||||
Reference in New Issue
Block a user