Commit e97dccde authored by wanglei's avatar wanglei

...

parent 3d828fbe
...@@ -263,7 +263,7 @@ object NotificationUtil { ...@@ -263,7 +263,7 @@ object NotificationUtil {
} }
val actionId: Int = getNextNotificationId() val actionId: Int = getNextNotificationId()
EventUtils.event("showNotification", where, null, false)
if (MyApplication.PAUSED_VALUE == 1) { if (MyApplication.PAUSED_VALUE == 1) {
LogEx.logDebug("glc", "MyApplication.PAUSED_VALUE == 1)") LogEx.logDebug("glc", "MyApplication.PAUSED_VALUE == 1)")
...@@ -283,6 +283,8 @@ object NotificationUtil { ...@@ -283,6 +283,8 @@ object NotificationUtil {
sendNotification(context, actionId) sendNotification(context, actionId)
incrementNotification() incrementNotification()
EventUtils.event("showNotification", where, null, false)
val open: Int = AppPreferences.getInstance().getString("open", "0").toIntOrNull() ?: 0 val open: Int = AppPreferences.getInstance().getString("open", "0").toIntOrNull() ?: 0
if (open == 1) { if (open == 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