Hide sticky FSI HUN when dismissed

Fixes: 269562296
Test: send incoming call HUN, hang up => HUN hides

Change-Id: Idbcc0287457968d1b6b323b598e530741d9db363
This commit is contained in:
Lyn
2023-02-17 23:17:52 +00:00
parent f79a7cebfa
commit 490f761ff0

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