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

Commit 7f02af9c authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE in HeadsUpEntry.isSticky" into main

parents d17586b2 920c84de
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -834,6 +834,7 @@ public abstract class BaseHeadsUpManager implements HeadsUpManager {
         * @return true if the notification is sticky
         */
        public boolean isSticky() {
            if (mEntry == null) return false;
            return (mEntry.isRowPinned() && mExpanded)
                    || mRemoteInputActive
                    || hasFullScreenIntent(mEntry);