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

Commit 339674af authored by omarmt's avatar omarmt
Browse files

Update description for NestedScrollBehavior.DuringTransitionBetweenScenes

Test: no tests - docs
Bug: 291053278
Flag: NA
Change-Id: I283074e5baf9782758ddf7a4b8288647a5ef907f
parent ddb53e28
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -34,8 +34,9 @@ import com.android.compose.nestedscroll.PriorityNestedScrollConnection
 */
enum class NestedScrollBehavior(val canStartOnPostFling: Boolean) {
    /**
     * During scene transitions, scroll events are consumed by the [SceneTransitionLayout] instead
     * of the scrollable component.
     * During scene transitions, if we are within
     * [SceneTransitionLayoutImpl.transitionInterceptionThreshold], the [SceneTransitionLayout]
     * consumes scroll events instead of the scrollable component.
     */
    DuringTransitionBetweenScenes(canStartOnPostFling = false),