暂时关闭了事件面板的未处理消息的数字展示
This commit is contained in:
@@ -120,11 +120,11 @@ class V2XEventPanelFragment : MvpFragment<V2XEventPanelFragment, EventPanelPrese
|
||||
|
||||
// 修改未处理消息
|
||||
fun changeEventCount() {
|
||||
val historyMessage = V2XSQLiteUtils.getScenarioHistoryUnDisposeData()
|
||||
if (historyMessage != null) {
|
||||
mV2XEventPanelHistoryCountView?.changeMsgCount(historyMessage.size)
|
||||
} else {
|
||||
mV2XEventPanelHistoryCountView?.changeMsgCount(0)
|
||||
}
|
||||
// val historyMessage = V2XSQLiteUtils.getScenarioHistoryUnDisposeData()
|
||||
// if (historyMessage != null) {
|
||||
// mV2XEventPanelHistoryCountView?.changeMsgCount(historyMessage.size)
|
||||
// } else {
|
||||
// mV2XEventPanelHistoryCountView?.changeMsgCount(0)
|
||||
// }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user