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

Commit aed8ed7e 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

Change-Id: Ib570aaed93019f66eb3e092050d50eea2c7d1de4
parents 198d8617 fa7d4f4c
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();
        }