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

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

Merge "Hide sticky FSI HUN when dismissed" into udc-dev

parents aa1b6f3b 490f761f
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);