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

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

Merge "Fix NPE: NotificationEntry.isStickyAndNotDemoted" into main

parents b1264948 b971bae3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -852,6 +852,8 @@ public abstract class BaseHeadsUpManager implements HeadsUpManager {
        }

        public boolean isStickyForSomeTime() {
            if (mEntry == null) return false;

            return mEntry.isStickyAndNotDemoted();
        }