Loading packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/SceneContainer.kt +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ fun SceneContainer( viewModel.animateQsTilesViewModelFactory.create() } val sceneTransitions = remember(hapticFeedback, shadeExpansionMotion) { remember(hapticFeedback, shadeExpansionMotion, animateQsTilesViewModel) { transitionsBuilder.build( shadeExpansionMotion, viewModel.hapticsViewModel.getRevealHaptics(hapticFeedback), Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/SceneContainer.kt +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ fun SceneContainer( viewModel.animateQsTilesViewModelFactory.create() } val sceneTransitions = remember(hapticFeedback, shadeExpansionMotion) { remember(hapticFeedback, shadeExpansionMotion, animateQsTilesViewModel) { transitionsBuilder.build( shadeExpansionMotion, viewModel.hapticsViewModel.getRevealHaptics(hapticFeedback), Loading