Reduce max notifications from 40 to 21

Android 10 reduced the limit from 50 to 25
pull/848/head^2
Alex Baker 6 years ago
parent f14044a3b5
commit 66c7cd7853

@ -60,7 +60,7 @@ public class NotificationManager {
public static final String NOTIFICATION_CHANNEL_TASKER = "notifications_tasker";
public static final String NOTIFICATION_CHANNEL_TIMERS = "notifications_timers";
public static final String NOTIFICATION_CHANNEL_MISCELLANEOUS = "notifications_miscellaneous";
public static final int MAX_NOTIFICATIONS = 40;
public static final int MAX_NOTIFICATIONS = 21;
static final String EXTRA_NOTIFICATION_ID = "extra_notification_id";
static final int SUMMARY_NOTIFICATION_ID = 0;
private static final String GROUP_KEY = "tasks";

Loading…
Cancel
Save