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

Commit fab1b2a6 authored by Gauri Shankar's avatar Gauri Shankar Committed by Android (Google) Code Review
Browse files

Merge "Added a padding to the notification column to contain view overshoot...

Merge "Added a padding to the notification column to contain view overshoot issue due to overScroll from container bounds." into main
parents 35a0ecb5 5acbcf42
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -679,6 +679,8 @@ fun ContentScope.NotificationScrollingStack(
                        }
                        .verticalScroll(scrollState, overscrollEffect = overScrollEffect)
                        .fillMaxWidth()
                        // Added extra bottom padding for keeping footerView inside parent Viewbounds during overscroll, refer to b/437347340#comment3
                        .padding(bottom = 4.dp)
                        .onGloballyPositioned { coordinates ->
                            stackBoundsOnScreen.value = coordinates.boundsInWindow()
                        }