We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f129e31 commit 2e04640Copy full SHA for 2e04640
packages/react-native/ReactAndroid/src/test/java/com/facebook/react/RootViewTest.kt
@@ -213,7 +213,7 @@ class RootViewTest {
213
.build()
214
}
215
val rootViewSpy = spy(rootView)
216
- whenever(rootViewSpy.getWindowLayoutParams()).thenReturn(WindowManager.LayoutParams())
+ whenever(rootViewSpy.getLayoutParams()).thenReturn(WindowManager.LayoutParams())
217
218
rootViewSpy.startReactApplication(instanceManager, "")
219
rootViewSpy.simulateCheckForKeyboardForTesting()
0 commit comments