diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt b/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt index 5c7c020a3bd9..1092633c24e4 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/headsup/AvalancheController.kt @@ -34,6 +34,9 @@ import javax.inject.Inject * Control when heads up notifications show during an avalanche where notifications arrive in fast * succession, by delaying visual listener side effects and removal handling from * [HeadsUpManagerImpl]. + * + * Dev note: disable suppression so avoid 2min period of no HUNs after every build + * Settings > Notifications > General > Notification cooldown */ @SysUISingleton class AvalancheController |