Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 928742d4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Pass outer STL overscroll effect to inner." into main

parents 91f3a2db a9966363
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.systemui.qs.ui.composable

import androidx.compose.animation.core.animateFloatAsState
import androidx.compose.animation.core.tween
import androidx.compose.foundation.OverscrollEffect
import androidx.compose.foundation.clipScrollableContainer
import androidx.compose.foundation.gestures.Orientation
import androidx.compose.foundation.layout.Box
@@ -235,6 +236,7 @@ private fun ContentScope.QuickSettingsScene(
                        notificationStackScrollView,
                        shadeSession,
                        jankMonitor,
                        this@QuickSettingsScene.verticalOverscrollEffect,
                    )
                }
            }
@@ -263,6 +265,7 @@ private fun ContentScope.QuickSettingsContent(
    notificationStackScrollView: NotificationScrollView,
    shadeSession: SaveableSession,
    jankMonitor: InteractionJankMonitor,
    verticalOverscrollEffect: OverscrollEffect,
) {
    val cutoutLocation = LocalDisplayCutout.current().location