Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6894b12a authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increase the threshold before starting to autogroup" into main

parents c9a9d636 7024417f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -638,7 +638,7 @@ public class NotificationManagerService extends SystemService {
    static final long NOTIFICATION_MAX_AGE_AT_POST = Duration.ofDays(14).toMillis();
    // Minium number of sparse groups for a package before autogrouping them
    private static final int AUTOGROUP_SPARSE_GROUPS_AT_COUNT = 3;
    private static final int AUTOGROUP_SPARSE_GROUPS_AT_COUNT = 6;
    private static final Duration ZEN_BROADCAST_DELAY = Duration.ofMillis(250);