Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading @@ -122,6 +121,7 @@ public class NotificationData { } public void notifyFullScreenIntentLaunched() { setInterruption(); lastFullScreenIntentLaunchTime = SystemClock.elapsedRealtime(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); } Loading @@ -122,6 +121,7 @@ public class NotificationData { } public void notifyFullScreenIntentLaunched() { setInterruption(); lastFullScreenIntentLaunchTime = SystemClock.elapsedRealtime(); } Loading