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

Commit aac9124f authored by lyn's avatar lyn
Browse files

Ignore bundles when stabilizing groups

Bug: 399736937
Test: manual
Flag: com.android.systemui.notification_bundle_ui
Change-Id: I442e49b938173aad718b83277b7bd65de24546c8
parent 73c769c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -679,7 +679,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable {
                        j--;
                        j--;
                    }
                    }
                }
                }
            } else {
            } else if (tle instanceof NotificationEntry) {
                // maybe put top-level-entries back into their previous groups
                // maybe put top-level-entries back into their previous groups
                if (maybeSuppressGroupChange(tle.getRepresentativeEntry(), topLevelList)) {
                if (maybeSuppressGroupChange(tle.getRepresentativeEntry(), topLevelList)) {
                    // entry was put back into its previous group, so we remove it from the list of
                    // entry was put back into its previous group, so we remove it from the list of
@@ -687,7 +687,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable {
                    topLevelList.remove(i);
                    topLevelList.remove(i);
                    i--;
                    i--;
                }
                }
            }
            } // Promoters ignore bundles so we don't have to demote any here.
        }
        }
        Trace.endSection();
        Trace.endSection();
    }
    }