Skip to content

Commit 16f408d

Browse files
committed
Fix tests
1 parent 0a9f661 commit 16f408d

File tree

1 file changed

+8
-1
lines changed
  • compose/ui/ui/src/skikoTest/kotlin/androidx/compose/ui/window

1 file changed

+8
-1
lines changed

compose/ui/ui/src/skikoTest/kotlin/androidx/compose/ui/window/PopupTest.kt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,15 @@ class PopupTest {
7474
override val safeInsets: PlatformInsets
7575
@Composable get() = insets
7676

77+
override val ime: PlatformInsets
78+
@Composable get() = PlatformInsets.Zero
79+
7780
@Composable
78-
override fun excludeSafeInsets(content: @Composable () -> Unit) {
81+
override fun excludeInsets(
82+
safeInsets: Boolean,
83+
ime: Boolean,
84+
content: @Composable () -> Unit
85+
) {
7986
content()
8087
}
8188
}

0 commit comments

Comments
 (0)