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

Commit 505061ff authored by dhacker29's avatar dhacker29 Committed by Steve Kondik
Browse files

Fix build error after 3f73f5d7

Change-Id: I498c029a9eeb5ed805460e68f61d6c025fb9116d
parent 4cfc19fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2142,7 +2142,7 @@ public class NotificationManagerService extends SystemService {
        final ProfileManager profileManager =
                (ProfileManager) mContext.getSystemService(Context.PROFILE_SERVICE);

        ProfileGroup group = profileManager.getActiveProfileGroup(pkg);
        ProfileGroup group = profileManager.getActiveProfileGroup(mContext.getPackageName());
        if (group != null) {
            group.applyOverridesToNotification(notification);
        }