diff options
| author | 2024-02-24 01:14:26 +0000 | |
|---|---|---|
| committer | 2024-02-24 01:14:26 +0000 | |
| commit | 99ffff2b7eed916da37cd8b10cb0df5530ca37d4 (patch) | |
| tree | 54eefc210cd2b8050792cb8418efc85d6134abad | |
| parent | 381323ab586a2ec1b458f61fab7ac399a9ea0e2d (diff) | |
| parent | fe4b613780d462692a17f03ab16dc58915204d8f (diff) | |
Merge "[Flexiglass] Enable Flex-Notifs by default" into main
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/SceneContainerFlagsExtension.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/SceneContainerFlagsExtension.kt b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/SceneContainerFlagsExtension.kt index 5a71bd6fa116..7dfd53e544c0 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/SceneContainerFlagsExtension.kt +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/shared/SceneContainerFlagsExtension.kt @@ -18,7 +18,7 @@ package com.android.systemui.statusbar.notification.stack.shared import com.android.systemui.scene.shared.flag.SceneContainerFlags -private const val FLEXI_NOTIFS = false +private const val FLEXI_NOTIFS = true /** * Returns whether flexiglass is displaying notifications, which is currently an optional piece of |