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

Commit 8d45da87 authored by Roman Birg's avatar Roman Birg
Browse files

Profiles: respect use_notification_groups flag



Change-Id: Id87fc20c3036d9b764eaf915202f5b6999a020c4
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent b19cc59f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -443,6 +443,7 @@ public class ProfileManagerService extends IProfileManager.Stub {

    @Override
    public NotificationGroup getNotificationGroupForPackage(String pkg) {
        if (!USE_NOTIFICATION_GROUPS) return null;
        for (NotificationGroup group : mGroups.values()) {
            if (group.hasPackage(pkg)) {
                return group;