summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author burakov <burakov@google.com> 2024-12-17 15:42:40 +0000
committer burakov <burakov@google.com> 2024-12-17 15:42:40 +0000
commitf705ff8f15e04f6977269e370f916442d498949d (patch)
treeb6d167db35e60254e2afc50f5be83dd772a63622
parent559895c29f230f97954b74cf891a2f3daf106af3 (diff)
[Dual Shade] Remove the obsolete overscroll limit constant in the shade.
Bug: 384653288 Test: Manually tested by opening and closing the notifications shade. Flag: com.android.systemui.dual_shade Change-Id: Ib32f9a699f9b7348e84a014585516898498f5c4f
-rw-r--r--packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/OverlayShade.kt1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/OverlayShade.kt b/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/OverlayShade.kt
index 8a5c96da5ac6..0438b811513e 100644
--- a/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/OverlayShade.kt
+++ b/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/OverlayShade.kt
@@ -180,7 +180,6 @@ object OverlayShade {
object Dimensions {
val PanelCornerRadius = 46.dp
- val OverscrollLimit = 32.dp
}
object Shapes {