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

This commit is contained in:
Lyn Han
2023-02-21 19:57:34 +00:00
committed by Android (Google) Code Review

View File

@@ -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);