Skip to content

Commit 89dc274

Browse files
FbsourceAastRemoveUnnecessaryUnsafeDereference Botfacebook-github-bot
authored andcommitted
fbsource//xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/scroll:scrollAndroid
Reviewed By: javache Differential Revision: D98440575
1 parent 4083a6f commit 89dc274

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)