Compare commits

...
Author SHA1 Message Date
CodemodService Bot f366be2628 fbsource//xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/scroll:scrollAndroid
Reviewed By: cortinico

Differential Revision: D73840593
2025-04-29 03:19:53 -07:00
@@ -47,7 +47,7 @@ internal class MaintainVisibleScrollPositionHelper<ScrollViewT>(
checkNotNull(
UIManagerHelper.getUIManager(
checkNotNull(scrollView?.context as ReactContext?),
getUIManagerType(scrollView?.id ?: 0)))
getUIManagerType(scrollView.id ?: 0)))
class Config
internal constructor(val minIndexForVisible: Int, val autoScrollToTopThreshold: Int?) {