[opt-3.0]fix消息盒子气泡消息偶现未及时消除Bug
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.mogo.eagle.core.data.msgbox
|
||||
|
||||
import android.os.CountDownTimer
|
||||
|
||||
class MsgBoxCountDownBean(val msgBoxBean: MsgBoxBean){
|
||||
var countDownTimer: CountDownTimer ?= null
|
||||
}
|
||||
Reference in New Issue
Block a user