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

Commit b971bae3 authored by lyn's avatar lyn
Browse files

Fix NPE: NotificationEntry.isStickyAndNotDemoted

Fixes: 351498634
Test: treehugger
Flag: EXEMPT bugfix

Change-Id: I7fa793e3f700894e203f2db064396561d50661b4
parent e49f5aba
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();
        }