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

Commit ec58a83f authored by Fabián Kozynski's avatar Fabián Kozynski
Browse files

Add viewModel to remember params

This was forgotten in the original CL.

Test: build
Bug: 436825648
Flag: com.android.systemui.scene_container
Change-Id: I5f37fa40ef6ed56a285832301e2338a8c5ca0fea
parent 1fde0526
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),