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

Commit a0a82c6c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Dual Shade] Temporarily disable notifications clipping." into main

parents fe616ad2 37e6322f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ class NotificationStackAppearanceIntegrationTest : SysuiTestCase() {

            // Same scenario on Dual Shade, shape should have clipping bounds
            kosmos.enableDualShade()
            assertThat(shape).isNotNull()
            assertThat(shape).isNull()
        }

    @Test
+1 −1
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ constructor(
        combine(shadeModeInteractor.shadeMode, shadeInteractor.qsExpansion) { shadeMode, qsExpansion
                ->
                when (shadeMode) {
                    is ShadeMode.Dual,
                    is ShadeMode.Dual -> false
                    is ShadeMode.Split -> true
                    is ShadeMode.Single -> qsExpansion < 0.5f
                }