Loading packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/SceneTransitionLayoutState.kt +1 −0 Original line number Diff line number Diff line Loading @@ -573,6 +573,7 @@ internal class MutableSceneTransitionLayoutStateImpl( } override fun snapTo(scene: SceneKey, overlays: Set<OverlayKey>) { Log.i(TAG, "snapTo(scene=$scene, overlays=$overlays)") checkThread() // Force finish all transitions. Loading Loading
packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/SceneTransitionLayoutState.kt +1 −0 Original line number Diff line number Diff line Loading @@ -573,6 +573,7 @@ internal class MutableSceneTransitionLayoutStateImpl( } override fun snapTo(scene: SceneKey, overlays: Set<OverlayKey>) { Log.i(TAG, "snapTo(scene=$scene, overlays=$overlays)") checkThread() // Force finish all transitions. Loading