Commit 536ab50a authored by wanglei's avatar wanglei

...

parent 890f8012
......@@ -95,7 +95,7 @@ object NotificationUiUtil {
val calendar = Calendar.getInstance()
val currentHour = calendar.get(Calendar.HOUR_OF_DAY)
if (currentHour !in start until end) {
LogEx.logDebug("canSendNotification", "start end currentHour=$currentHour $start $end")
LogEx.logDebug("canSendNotification", "start end currentHour=$currentHour start=$start end=$end")
EventUtils.event("Notification_Error", "start=$start end=$end currentHour=$currentHour")
return false
}
......
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