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

Commit 325bacfd authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Not reseting the last fullscreenintent time when reinflating" into oc-mr1-dev am: fa7d4f4c

am: aed8ed7e

Change-Id: I39f6c1ce7f404d7bcfac9b786eb02ee83b02a55f
parents f9349dd3 aed8ed7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,6 @@ public class NotificationData {
         * Resets the notification entry to be re-used.
         */
        public void reset() {
            lastFullScreenIntentLaunchTime = NOT_LAUNCHED_YET;
            if (row != null) {
                row.reset();
            }
@@ -122,6 +121,7 @@ public class NotificationData {
        }

        public void notifyFullScreenIntentLaunched() {
            setInterruption();
            lastFullScreenIntentLaunchTime = SystemClock.elapsedRealtime();
        }