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

Commit 083094c3 authored by Chris Wren's avatar Chris Wren
Browse files

fix notification manager crash

Bug: 26207891
Change-Id: I51c8665de03fb0afa1176d6cf31f98cab9749306
parent 88b3b573
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());
                }
            }