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

Commit 18cc0975 authored by Mady Mellor's avatar Mady Mellor
Browse files

Fix fullscreen intent notifs

Regression introduced in ag/5626242 (this CL basically just reverts the one
relevant file)

Bug: 122936859
Test: Set timer notification, ensure timer notification shows as fullscreen
      on lockscreen
Change-Id: I77f6fcbfecb0ae7880dfefeac6d009a8cf063000
parent c2bca7b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -346,7 +346,7 @@ public class StatusBarNotificationActivityStarter implements NotificationActivit
    }

    private void handleFullScreenIntent(NotificationEntry entry) {
        boolean isHeadsUped = mNotificationInterruptionStateProvider.canHeadsUpCommon(entry);
        boolean isHeadsUped = mNotificationInterruptionStateProvider.shouldHeadsUp(entry);
        if (!isHeadsUped && entry.notification.getNotification().fullScreenIntent != null) {
            if (shouldSuppressFullScreenIntent(entry)) {
                if (DEBUG) {