Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +3 −1 Original line number Diff line number Diff line Loading @@ -5160,7 +5160,9 @@ public class StatusBar extends SystemUI implements DemoMode, if (parentToCancelFinal != null) { removeNotification(parentToCancelFinal); } if (shouldAutoCancel(sbn)) { if (shouldAutoCancel(sbn) || mRemoteInputManager.getKeysKeptForRemoteInput().contains( notificationKey)) { // Automatically remove all notifications that we may have kept around longer removeNotification(sbn); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/StatusBar.java +3 −1 Original line number Diff line number Diff line Loading @@ -5160,7 +5160,9 @@ public class StatusBar extends SystemUI implements DemoMode, if (parentToCancelFinal != null) { removeNotification(parentToCancelFinal); } if (shouldAutoCancel(sbn)) { if (shouldAutoCancel(sbn) || mRemoteInputManager.getKeysKeptForRemoteInput().contains( notificationKey)) { // Automatically remove all notifications that we may have kept around longer removeNotification(sbn); } Loading