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

Commit 39ee5696 authored by Julia Tuttle's avatar Julia Tuttle
Browse files

Flexiglass: remove unnecessary notification fade

Fixes: 347762706
Test: manual: enable flexi, close locked split shade, watch for flicker
Flag: com.android.systemui.scene_container
Change-Id: I94da22220c29c576a5b19d9bd8ad9b45a6e56fdd
parent ddc4d173
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