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

Commit 4029734b authored by Mady Mellor's avatar Mady Mellor Committed by android-build-merger
Browse files

Merge "Add a check at the global level for notification bubbles being enabled" into qt-dev

am: b8e25308

Change-Id: Ica8089f77aa415bf76832304a930dd4691f5fd30
parents d0dd5955 b8e25308
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4825,6 +4825,7 @@ public class NotificationManagerService extends SystemService {
        // Does the app want to bubble & is able to bubble
        boolean canBubble = notification.getBubbleMetadata() != null
                && mPreferencesHelper.areBubblesAllowed(pkg, userId)
                && mPreferencesHelper.bubblesEnabled(r.sbn.getUser())
                && r.getChannel().canBubble()
                && !mActivityManager.isLowRamDevice();

+59 −143

File changed.

Preview size limit exceeded, changes collapsed.