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

Commit 490f761f authored by Lyn's avatar Lyn
Browse files

Hide sticky FSI HUN when dismissed

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

Change-Id: Idbcc0287457968d1b6b323b598e530741d9db363
parent f79a7ceb
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);