Loading packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java 100644 → 100755 +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ public class PowerNotificationWarnings implements PowerUI.WarningsUI { showSaverNotification(); mShowing = SHOWING_SAVER; } else { mNoMan.cancel(TAG_NOTIFICATION, ID_NOTIFICATION); mNoMan.cancelAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, UserHandle.ALL); mShowing = SHOWING_NOTHING; } } Loading Loading
packages/SystemUI/src/com/android/systemui/power/PowerNotificationWarnings.java 100644 → 100755 +1 −1 Original line number Diff line number Diff line Loading @@ -143,7 +143,7 @@ public class PowerNotificationWarnings implements PowerUI.WarningsUI { showSaverNotification(); mShowing = SHOWING_SAVER; } else { mNoMan.cancel(TAG_NOTIFICATION, ID_NOTIFICATION); mNoMan.cancelAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, UserHandle.ALL); mShowing = SHOWING_NOTHING; } } Loading