Skip to content

Commit bd46bca

Browse files
generatedunixname1527739065739483meta-codesync[bot]
authored andcommitted
fbsource//xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/scroll:scrollAndroid (#56270)
Summary: Pull Request resolved: #56270 Reviewed By: javache Differential Revision: D98440575 fbshipit-source-id: fd2fce3ea2044afed253d154687193c64ca9ded5
1 parent 4083a6f commit bd46bca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/scroll/MaintainVisibleScrollPositionHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ internal class MaintainVisibleScrollPositionHelper<ScrollViewT>(
4747
checkNotNull(
4848
UIManagerHelper.getUIManager(
4949
checkNotNull(scrollView?.context as ReactContext?),
50-
getUIManagerType(scrollView?.id ?: 0),
50+
getUIManagerType(scrollView.id ?: 0),
5151
)
5252
)
5353

0 commit comments

Comments
 (0)