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

Commit 37e92b6e authored by Ale Nijamkin's avatar Ale Nijamkin Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] Update scene container flag test." into main

parents 4e6bf3b7 549a4c3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -78,8 +78,8 @@ internal class SceneContainerFlagsTest(
        @JvmStatic
        fun testCases() = buildList {
            repeat(4) { combination ->
                val isComposeAvailable = combination and 0b100 != 0
                val areAllFlagsSet = combination and 0b001 != 0
                val isComposeAvailable = combination and 0b10 != 0
                val areAllFlagsSet = combination and 0b01 != 0

                val expectedEnabled = isComposeAvailable && areAllFlagsSet