Loading packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/DraggableHandler.kt +11 −0 Original line number Diff line number Diff line Loading @@ -682,6 +682,17 @@ private class SwipeTransition( } if (isBouncing) { bouncingScene = targetScene // Immediately stop this transition if we are bouncing on a // scene that does not bounce. val overscrollSpec = currentOverscrollSpec if ( overscrollSpec != null && overscrollSpec.transformationSpec.transformations .isEmpty() ) { snapToScene(targetScene) } } } } Loading Loading
packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/DraggableHandler.kt +11 −0 Original line number Diff line number Diff line Loading @@ -682,6 +682,17 @@ private class SwipeTransition( } if (isBouncing) { bouncingScene = targetScene // Immediately stop this transition if we are bouncing on a // scene that does not bounce. val overscrollSpec = currentOverscrollSpec if ( overscrollSpec != null && overscrollSpec.transformationSpec.transformations .isEmpty() ) { snapToScene(targetScene) } } } } Loading