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

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

Merge "Don't elevate during overscroll" into main

parents d2289bf0 d1c19ee1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -228,7 +228,10 @@ private fun Modifier.maybeElevateInContent(
                    content.key,
                    layoutImpl.elements.getValue(key),
                    state,
                )
                ) &&
                // Always draw in the original content when overscrolling.
                state.progress > 0f &&
                state.progress < 1f
        },
    )
}