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

Commit 42070130 authored by Lyn Han's avatar Lyn Han Committed by Automerger Merge Worker
Browse files

Merge "Hide sticky FSI HUN when dismissed" into udc-dev am: 85bf6fab

parents 2a5f1aa1 85bf6fab
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -298,9 +298,7 @@ public abstract class AlertingNotificationManager {
            mLogger.logUpdateEntry(mEntry, updatePostTime);

            final long now = mClock.currentTimeMillis();
            mEarliestRemovaltime = isSticky()
                    ? mEntry.mCreationElapsedRealTime + mStickyDisplayTime
                    : now + mMinimumDisplayTime;
            mEarliestRemovaltime = now + mMinimumDisplayTime;

            if (updatePostTime) {
                mPostTime = Math.max(mPostTime, now);