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
This commit is contained in:
CodemodService Bot
2025-04-29 03:19:53 -07:00
committed by Facebook GitHub Bot
parent e486fda106
commit f366be2628
@@ -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?) {