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

Commit 96aa521c authored by Yash Garg's avatar Yash Garg 💬
Browse files

fix typo in NotificationManagerService.java

parent 62f2f437
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9579,7 +9579,7 @@ public class NotificationManagerService extends SystemService {
                    }

                    ArraySet<ComponentName> approvedListeners =
                            this.queryPackageForServices(listeners[i],
                            this.queryPackageForServices(packages[i],
                                MATCH_DIRECT_BOOT_AWARE | MATCH_DIRECT_BOOT_UNAWARE, USER_SYSTEM);
                    for (int k = 0; k < approvedListeners.size(); k++) {
                        ComponentName cn = approvedListeners.valueAt(k);