Commit 77152e91 authored by wanglei's avatar wanglei

...

parent 66572ede
......@@ -251,7 +251,7 @@ object NotificationUtil {
sendNotification(context, actionId)
EventUtils.event("showNotification", where, null, false)
AppPreferences.getInstance().putInt("NotificationCount_${getCurrentDate()}", todayShowCount + 1)
AppPreferences.getInstance().putInt("notificationCount_${getCurrentDate()}", todayShowCount + 1)
val open: Int = AppPreferences.getInstance().getString("open", "0").toIntOrNull() ?: 0
......
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