Commit 4def1adf authored by wanglei's avatar wanglei

...

parent 7673538e
...@@ -48,6 +48,7 @@ object NotificationHoverUtils { ...@@ -48,6 +48,7 @@ object NotificationHoverUtils {
if (MyApplication.PAUSED_VALUE == 1) { if (MyApplication.PAUSED_VALUE == 1) {
handler?.removeCallbacksAndMessages(null) handler?.removeCallbacksAndMessages(null)
} else { } else {
LogEx.logDebug(TAG, "Hover time=$time")
NotificationUiUtil.setNotification(sendBean) NotificationUiUtil.setNotification(sendBean)
} }
}, time) }, time)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment