Commit 0c7be729 authored by wanglei's avatar wanglei

...

parent c27c67b1
......@@ -230,7 +230,6 @@ object NotificationUtil {
fun sendNotification(context: Context, where: String = "") {
val actionId: Int = getNextNotificationId()
EventUtils.event("showNotification", where, null, false)
if (MyApplication.PAUSED_VALUE == 1) {
return
......@@ -250,6 +249,7 @@ object NotificationUtil {
}
sendNotification(context, actionId)
EventUtils.event("showNotification", where, null, false)
AppPreferences.getInstance().putInt("NotificationCount_${getCurrentDate()}", todayShowCount + 1)
......
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