mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
e486fda106
commit
f366be2628
+1
-1
@@ -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?) {
|
||||
|
||||
Reference in New Issue
Block a user