@@ -62,9 +62,9 @@ class UnmannedMsgBoxView @JvmOverloads constructor(
|
||||
getDrawable(R.drawable.rv_divider_line_tab)?.let { divider.setDrawable(it) }
|
||||
rvUnmannedMsgBoxList.addItemDecoration(divider)
|
||||
//获取通知消息列表
|
||||
// CallerMsgBoxManager.getCachedNotifyData()?.let {
|
||||
// noticeList.addAll(it)
|
||||
// }
|
||||
CallerMsgBoxManager.getCachedNotifyData()?.let {
|
||||
noticeList.addAll(it)
|
||||
}
|
||||
// 获取车辆系统信息
|
||||
CallerMsgBoxManager.getCachedSysInfoData()?.let {
|
||||
noticeList.addAll(it)
|
||||
@@ -132,10 +132,7 @@ class UnmannedMsgBoxView @JvmOverloads constructor(
|
||||
// msgBoxTabAdapter?.notifyItemInserted(0)
|
||||
}
|
||||
}
|
||||
//FM和FSM Event消息暂时不展示
|
||||
MsgCategory.FM_INFO ->{
|
||||
return@post
|
||||
}
|
||||
|
||||
else -> {
|
||||
noticeList.add(0, msgBoxList)
|
||||
// msgBoxTabAdapter?.notifyItemInserted(0)
|
||||
|
||||
Reference in New Issue
Block a user