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

Commit 10c2c1a9 authored by Julia Tuttle's avatar Julia Tuttle Committed by Android (Google) Code Review
Browse files

Merge "Flexiglass: remove unnecessary notification fade" into main

parents f6bd0528 39ee5696
Loading
Loading
Loading
Loading
+13 −12
Original line number Diff line number Diff line
@@ -99,8 +99,8 @@ constructor(
        disposables +=
            view.repeatWhenAttached(mainImmediateDispatcher) {
                repeatOnLifecycle(Lifecycle.State.CREATED) {
                    if (!SceneContainerFlag.isEnabled) {
                        launch {
                        // Only temporarily needed, until flexi notifs go live
                            viewModel.shadeCollapseFadeIn.collect { fadeIn ->
                                if (fadeIn) {
                                    android.animation.ValueAnimator.ofFloat(0f, 1f).apply {
@@ -116,6 +116,7 @@ constructor(
                                }
                            }
                        }
                    }

                    launch {
                        viewModel