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

Commit f2b5d0fb authored by Jordan Demeulenaere's avatar Jordan Demeulenaere
Browse files

Fix build for ag/25776653

Bug: 318422807
Test: ElementTest
Flag: N/A
Change-Id: Id7f865f07796e405887fe4c42b8aebdfb1dc6216
parent ca1524c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -487,7 +487,7 @@ class ElementTest {
                    // page should be composed.
                    HorizontalPager(
                        pagerState,
                        beyondBoundsPageCount = 0,
                        outOfBoundsPageCount = 0,
                    ) { page ->
                        when (page) {
                            0 -> Box(Modifier.element(TestElements.Foo).fillMaxSize())