Commit 66572ede authored by wanglei's avatar wanglei

...

parent 0c7be729
......@@ -234,7 +234,7 @@ object NotificationUtil {
if (MyApplication.PAUSED_VALUE == 1) {
return
}
val maxShowNotificationCount = AppPreferences.getInstance().getString("maxShowNotificationCount", "0").toInt()
val maxShowNotificationCount = AppPreferences.getInstance().getString("maxShowNotificationCount", "200").toInt()
val todayShowCount = AppPreferences.getInstance().getInt("notificationCount_${getCurrentDate()}", 0)
if (todayShowCount >= maxShowNotificationCount) {
return
......
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