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

Commit 277fa3cf authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

Merge "fix notification manager crash"

parents 64426ecf 083094c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -454,7 +454,7 @@ abstract public class ManagedServices {
                newEnabled.addAll(userComponents);

                for (int j = 0; j < userComponents.size(); j++) {
                    final ComponentName component = userComponents.valueAt(i);
                    final ComponentName component = userComponents.valueAt(j);
                    newPackages.add(component.getPackageName());
                }
            }