[opt-3.0]fix消息盒子气泡消息偶现未及时消除Bug

This commit is contained in:
xuxinchao
2023-03-08 20:08:09 +08:00
parent 01d9042887
commit 0a349896bc
10 changed files with 122 additions and 99 deletions

View File

@@ -0,0 +1,7 @@
package com.mogo.eagle.core.data.msgbox
import android.os.CountDownTimer
class MsgBoxCountDownBean(val msgBoxBean: MsgBoxBean){
var countDownTimer: CountDownTimer ?= null
}